You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did everything according to the instructions and now, when I start debugging, my swf file is executed, but the debugger continues to wait until I click the "Debugger" option in the player context menu.
Win 10
VS Code 1.33.1
Haxe 4.0.0-rc.2
vshaxe 2.9.2
flash-debugger 1.2.2
The text was updated successfully, but these errors were encountered:
I had same issue trying to debug my old openfl game. Despite <haxeflag name="-D" value="fdb"/> in project.xml had no effect, the -debug flag changes the thing.
In my case auto connect to debugger works with following launch.json
I had same issue trying to debug my old openfl game. Despite <haxeflag name="-D" value="fdb"/> in project.xml had no effect, the -debug flag changes the thing.
In my case auto connect to debugger works with following launch.json
I did everything according to the instructions and now, when I start debugging, my swf file is executed, but the debugger continues to wait until I click the "Debugger" option in the player context menu.
Win 10
VS Code 1.33.1
Haxe 4.0.0-rc.2
vshaxe 2.9.2
flash-debugger 1.2.2
The text was updated successfully, but these errors were encountered: