I just added a debugging package to FlexJS. There are two things I don’t know 
how to do:

1. The debugging functions should disappear in a release build of JS, but I’m 
not sure how to make the same thing happen in a release build of SWF. I don’t 
think a debug config is the solution, because the debug statements should be 
preserved in framework code and only be stripped out for application release 
builds. Does anyone have ideas on how to go about doing that?

2. I have conditionalBreak commented out of CoreClasses because the debugger 
statement is not recognized. Where do we need to add that? missing.js?

Harbs

Reply via email to