WheretIB / LuaDkmDebugger

Visual Studio C++ debugger extensions for Lua
MIT License
84 stars 32 forks source link

The debugger always stop in luaD_hook #12

Closed bsqgm closed 3 years ago

bsqgm commented 3 years ago

I am using project you provided in issues #7 , and add breakpoints like this: image When I press F5, the debugger just step into ldo.c luaD_hook function, and never stop in lua file. In addition, I didn't add breakpoint at there. Here's the png: image

The addin's version is v0.9.6. Here is log file: lua_dkm_debug_log.txt

Can you tell me how to solve this problem? Or Do I need provide other imformation?

Here's an example project for Visual Studio 2019 you provided: lua_dbg_example.zip

WheretIB commented 3 years ago

Can you check the extension menu: luadkm_menu 'Show Hidden Frames (Test)' should be turned Off.

bsqgm commented 3 years ago

Can you check the extension menu: luadkm_menu 'Show Hidden Frames (Test)' should be turned Off.

Thank you for your solution. The problem is sovled.