actboy168 / lua-debug

Lua Debug Adapter for Visual Studio Code
MIT License
429 stars 92 forks source link

It keeps breaking on line 1 as if i had set a breakpoint #281

Open thefancyyeller opened 7 months ago

thefancyyeller commented 7 months ago

image

edzillion commented 7 months ago

That is the expected behaviour. If you don't want that you need to make a custom launch config in vscode and set "stopOnEntry": false,

https://code.visualstudio.com/Docs/editor/debugging