But that loses the info about exactly which line blew out... I think we need a 'dont catch errors, even in debug mode' flag.
On Mon, Nov 23, 2009 at 7:53 PM, Henry Minsky <[email protected]>wrote: > Hmm, well, maybe at least we should have an option in the debug swf10 > runtime to print the flash stack trace out to the debugger, it's sometimes > needed if you're trying to track down a bug in the LFC and want to see the > exact line in the intermediate .as file . > > We can get our hands on it as a string by doing > new Error('I want a stack trace please').getStackTrace()) > > > > > > > On Mon, Nov 23, 2009 at 7:39 PM, P T Withington <[email protected]> wrote: > >> Turn off debugging. >> >> catcherrors is for the non-debug case >> >> If you really need to have debugging on and not have it catch and report, >> we'll have to make you a new flag. >> >> >> On Nov 23, 2009, at 16:24, Henry Minsky <[email protected]> >> wrote: >> >> Even if I set compiler.catcherrors=false, it seems like the compiler is >> not really ever building me an LFC / app without the >> try/catches added to functions. Is there something else I need to toggle >> to keep it from inserting them? >> >> >> >> -- >> Henry Minsky >> Software Architect >> <[email protected]>[email protected] >> >> >> > > > -- > Henry Minsky > Software Architect > [email protected] > > > -- Henry Minsky Software Architect [email protected]
