Flash debugging does nothing (Visual Studio Code)
-
So the title might seem vague but that is the case, the flash debugging configuration doesn't do anything.
- I have followed the on this site. Got this: https://marketplace.visualstudio.com/items?itemName=vshaxe.haxe-debug and followed the instructions.
- My launch.json is the default one
- I definitely have breakpoints in my code
But all I get as out put is this:
Executing task: C:\HaxeToolkit\haxe\haxelib.exe run lime build flash -debug -Dfdb <
//A few seconds and then
Terminal will be reused by tasks, press any key to close it.Any help would be great, thank you.
-
It sounds like you might not actually be starting the debugger, but running a task instead?
Have you read the "Flash Debugging" section of http://haxeflixel.com/documentation/visual-studio-code/?
-
Ye I have, that page is where I got the link I put in my op. I'm pretty sure im running the debug configuration, i am pressing the green arrow next to debug as shown in the link you put
-
Is there any output in the Cebug Console tab of the panel? From that "executing task" output, it sounds like you're on the Terminal tab.
-
@gama11
Sorry for the late reply, I kinda forgot. The debug console is empty