Closed bsqgm closed 3 years ago
Can you check the extension menu: 'Show Hidden Frames (Test)' should be turned Off.
Can you check the extension menu: 'Show Hidden Frames (Test)' should be turned Off.
Thank you for your solution. The problem is sovled.
I am using project you provided in issues #7 , and add breakpoints like this: 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:
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