LuaDkmDebugger icon indicating copy to clipboard operation
LuaDkmDebugger copied to clipboard

Visual Studio C++ debugger extensions for Lua

Results 12 LuaDkmDebugger issues
Sort by recently updated
recently updated
newest added

Official repository: https://github.com/luabind/luabind Forks: https://github.com/rpavlik/luabind https://github.com/OpenXRay/luabind-deboostified/ Documentation: https://github.com/luabind/luabind/wiki/Docs#implementation-notes > The classes and objects are implemented as user data in Lua. To make sure that the user data really is the...

Use "Extensions"--"Manage Extensions", I can install LuaDkmDebugger by Visual Studio 2019. Now I use 2022, Use "Extensions"--"Manage Extensions" can not find LuaDkmDebugger. How can I use it on Visual Studio...

bug

Delaying loading lua files will result in no relevant files in the debugger, and an exception will occur when setting a breakpoint ! DkmModule.FindDocuments Not implemented !

For me it looks like this ![dark-theme-vs-lua-debugger](https://user-images.githubusercontent.com/5757533/127354600-75122a5f-2e11-4809-96a2-db0401568b38.png) MS Visual Studio Professional 2017 (15.9.16) Extension version 0.9.8

ui

Hey there, just wanted to say thanks for sharing this plugin, if I can get it working it will save me a ton of time! The issue I am experiencing...

First this is a fantastic job. Thank you. I was wondering if there is support to browse functions in a lua script or is there another extension that you use...

Case address: https://github.com/brinkqiang/dmlua This example is more complicated and should be able to cover many usage conditions. If this example can be debugged, many examples will be debugged. More special...

bug

As the title says: I can't activate it anymore after installing. All options are greyed out. The version before worked, though it slowed down debugging significantly.

Allow to call simple functions and metatable's objects (userdata).

> In Visual Studio 2022, hover over complex expressions no longer works. For example, if you hover over prop in tbl.prop, there is no tool tip. However, now when you...