debugger and try/catch

Stephen Han kruegger@REDACTED
Fri Sep 2 23:42:37 CEST 2005


I am using erlang 5.4.9 on Windows 2000.
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.
Is "try" supported by debugger?
  
-module(t1).

-compile(export_all).

start() ->
try
throw ({hello})
catch 
hello ->
world
end.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20050902/a7fe061c/attachment.htm>


More information about the erlang-questions mailing list