I'm trying to build a swf10 debug LFC with catcherrors disabled, so I can use the native flex fdb tool to step through and<br>catch errors. <br><br>But the LFC seems to be getting built with try-catch around every method.<br>
<br>I'm doing<br><br>./buildlfcdebug --runtime=swf10<br><br>And it wraps a try-catch around each method, with a catch that looks like<br><br>/* -*- file: -*- */<br>catch ($lzsc$e) {<br>if ($lzsc$e is Error && $lzsc$e !== lz["$lzsc$thrownError"]) {<br>
$lzsc$runtime.$reportException("kernel/swf9/LzMouseKernel.as", 255, $lzsc$e)<br>} else {<br>throw $lzsc$e<br>}};<br><br>Is there a way to get it to omit the whole try-catch wrapper entirely?<br clear="all"><br>
-- <br>
Henry Minsky<br>Software Architect<br><a href="mailto:hminsky@laszlosystems.com">hminsky@laszlosystems.com</a><br><br><br>