FDT: Flash Player debugger does not connect when debugging a Haxe project

I have a Haxe project, and I have a debug configuration configured to run an external Swf Viewer.

All this works fine, but the debugger does not connect to the FDT. Every few seconds I get a message in the console saying that it is trying to connect.

+3
source share
1 answer

There is a good chance that you need to add the option "Add Flash Debugging Information" to the Flash target in the .HXML file. Take a look at these screenshots:

enter image description here

enter image description here

enter image description here

+3
source

All Articles