WheretIB / LuaDkmDebugger

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

Allow debuging Lua built as a DLL #1

Closed fsfod closed 4 years ago

fsfod commented 4 years ago

Add support for debugging Lua built as a DLL by also searching in modules that have "lua" in there name when looking for lua_newstate instead of just the main exe.

WheretIB commented 4 years ago

Great fix, thank you!