Hi, I have an ANT script that compiles a debug swf and launches it in its HTML wrapper in a browser window. For some reason though if I run the ANT script I cannot seem to connect to the debugger to output to the console and hit breakpoints etc. I can launch it by setting up external run configurations etc but I specifically want the process to run like this:
1) Run ANT script 2) ANT builds debug SWF 3) ANT builds html wrapper 4) ANT launches html/swf in browser in debug mode with traces outputting to Console. Cheers, Simon

