Either a non-debug version of the Flash Player was installed over your debug player, or you lost your mm.cfg file in your OS user directory?
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Whitelock Sent: Friday, March 16, 2007 10:33 AM To: [email protected] Subject: [flexcoders] Trace Output Stopped Working 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

