satoren / vscode-lrdb

Lua debugger for vscode

Home Page:https://github.com/satoren/LRDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Call stack paused on entry.

Nucl3arSn3k opened this issue · comments

I'm attempting to debug a basic Lua program. I configured the launch.json file correctly,however,as soon as I ran the debugger,the call stack paused on entry.

You can disable it with setting stopOnEntry to false.