I&#39;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&#39;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 &amp;&amp; $lzsc$e !== lz[&quot;$lzsc$thrownError&quot;]) {<br>

$lzsc$runtime.$reportException(&quot;kernel/swf9/LzMouseKernel.as&quot;, 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>