actboy168 / lua-debug

Lua Debug Adapter for Visual Studio Code
MIT License
439 stars 95 forks source link

debugger not working when using runtimeExecutable since version 2.0.8 #293

Closed yosoymin closed 4 months ago

yosoymin commented 4 months ago

We are using an application with embedded Lua, so we have to specify the runtimeExecutable in the launch.json. Since version 2.0.8 the debugger doesn't start using this feature. In previous versions, this was working properly.