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?
Using Flex Builder 3 : I have been getting this problem in every single
Share
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
/path/to/home/mm.cfgon your operating system (on mac, you can open it in textmate withmate ~/mm.cfg). Themm.cfgfile stores some information about debugging in FlexThen 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