debugger and try/catch

Serge Aleynikov serge@REDACTED
Sat Sep 3 00:05:38 CEST 2005


No it's not supported yet.  If you search the mailing list this issue 
has been reported several times.

Serge

Stephen Han wrote:
> 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.



More information about the erlang-questions mailing list