tomblind / local-lua-debugger-vscode

Local Lua Debugger for VSCode
MIT License
106 stars 26 forks source link

Do not step into lldubegger.lua when stepping past last line #4

Open tomblind opened 5 years ago

tomblind commented 5 years ago

As reported in #3

Stepping over the last line in the lua program steps into lldebugger.lua itself.

tomblind commented 4 years ago

@mumin16 I have not been able to reproduce this, do you have some code I can try? Also, what lua version are you using?