jcward / vscode-hxcpp-debug

VSC debug adapter for Haxe hxcpp runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debug stopped at first line of code

R3D9477 opened this issue · comments

Hi. Is it possible to disable autostop debugging at first line of code?
"stopOnEntry": false didn't help :-|

Any ideas?
Thanks.

new debugger.HaxeRemote(true, "localhost");
replace with
new debugger.HaxeRemote(false, "localhost");