<div>I am using erlang 5.4.9 on Windows 2000.</div>
<div>Whenever I add the module which contains try-catch block, I see debugger print out bunch of numbers on the erlang shell and got crashed.</div>
<div>Is "try" supported by debugger?</div>
<div> </div>
<div>
<p>-module(t1).</p>
<p>-compile(export_all).</p>
<p>start() -><br> try<br> throw ({hello})<br> catch <br> hello -><br> world<br> end.</p></div>