Using Flex Builder 3 :
I have been getting this problem in every single debug launch for past few hours.
I used to get this earlier too, but once in a while, not with every debug launch.
I found out that flex debugger uses a certain 7935 port but I can't figure out
how to change it?
| ||||
feedback
|
|
I remember getting this problem a few times. It might have to do with the Flex Profiler (I used to accidentally click that every now and then trying to launch the debugger). If you start the Profiler and stop it too fast, it will add something to a file in your home directory that it shouldn't. Check out Then in that file, make sure this is the only content:
If there's an extra line (can't remember/find it, something like ), delete it.
Let me know if that fixes it. Lance | |||||||
feedback
|
|
This worked for me: right click on a SWF, select "Open with...", choose "Other...", select the Debug player and check the "Always Open With" checkbox. | |||||
feedback
|
|
Right click your launched flash application, either in the browser or standalone flash player and click on debugger if enabled and change the radio button from localhost to other machine and enter the ip 127.0.0.1 and you are free to debug. I guess the problem maybe from your host file. | |||
|
feedback
|
|
Similar to danjp - This started happening to me after a Flash Player automatic update. I simply reinstalled the debug flash players from the Adobe Flash Player download page and everything works as expected. | |||
|
feedback
|
|
This might solve your problem http://blog.air4android.com/?p=59 HTH | |||
|
feedback
|
|
Make sure there is a swf file with the proper name in your bin-debug directory and that name matches the swf name specified in index.template.html file for the project. I had replaced index.template.html file by mistake with a similar one from another project. When I tried to debug, I got this "Waiting for flash player to connect to debugger…" status till it timed out. | |||
|
feedback
|
|
Also just make sure you're not using Chrome. Flash Player debugger (at the time of writing this) does not work in Chrome. | |||
|
feedback
|
|
I had to regenerate my html-template folder. I deleted the html-template folder, deleted the project from eclipse, and then re-imported the project. There should be an error indicating that the html-template folder isn't there, it prompts to regenerate the html-template folder by double clicking the error. | |||
|
feedback
|