[flexcoders] debug compile and trace statements

2007-03-29 Thread Steve Gilchrist
Hi, I like to pepper my code with a heap of trace statements so I can see execution flow. When I go to deploy to production I compile with debug=false. Are the trace statements stripped out / ignored or do they still execute? Also is there any way to get trace to output the function it is

Re: [flexcoders] debug compile and trace statements

2007-03-29 Thread Roman Protsiuk
Traces are not stripped from swf even if debug='false'. All you need to check that is to have debug flash player installed. Output is stored (on my Windows machine, the latest version of flash player) in: C:\Documents and Settings\username\Application Data\Macromedia\Flash

RE: [flexcoders] debug compile and trace statements

2007-03-29 Thread Alex Harui
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Roman Protsiuk Sent: Thursday, March 29, 2007 6:34 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] debug compile and trace statements Traces are not stripped from swf even if debug='false'. All you need to check