Haxe Debugging from the Browser?
Hey All,
I am using Intellij as my Haxe editor to build a large project with an ANT build. It is not realistic with the scale of this project to use the debugger that launches immediately after compilation.
I am looking for some way through Intellij to debug my swf once it is in the browser, similar to how FDT or Visual Studio can attach to process and begin debugging.
Is this possible through Intellij?
Please sign in to leave a comment.
Answer from the Haxe user group:
What if you create haxe run configuration. Add your ant build as before run action. And set 'custom file to run' to 'https://www.google.com/'.