Yesterday for some mysterious reason the trace() statement stopped
sending data to the console. Event a simple statement like
trace("Here") did nothing (and yes, I was in debug mode). I tried
restarting Eclipse, rebooting the computer, etc. and nothing helped.
Finally I uninstalled the Flex plug-in, trashed Eclipse and all
Eclipse workspace preferences and reinstalled everything cleanly from
scratch. That fixed the problem ... or so I thought.This morning I started working and tossed a trace statement into some code I'm working on and again there was no output in the console. The only thing that shows up is: [SWF] /cmq/FTApp-debug.swf - 715,093 bytes after decompression I don't want to have to continually reinstall Eclipse and Flex everyday as it's a bit time consuming. Anyone have an idea of what's going on and how to get trace statements working again? Thanks! Paul

