I remember this problem several times. Perhaps this is due to Flex Profiler (I accidentally clicked this while trying to start the debugger).
If you start Profiler and stop it too quickly, it will add something to the file in your home directory, which it should not.
Check /path/to/home/mm.cfg on your operating system (on mac, you can open it in textmate with mate ~/mm.cfg ). mm.cfg file contains debugging information in Flex
Then in this file make sure that this is the only content:
ErrorReportingEnable=1 TraceOutputFileEnable=1
If there is an additional line (I do not remember / did not find it, something like
PreloadSwf=/Users/[username]/Documents/workspace/.metadata/.plugins/com.adobe.flash.profiler/ProfilerAgent.swf?host=localhost&port=9999
), delete it.
Let me know if this fixes.
A spear
Lance pollard
source share