debugger and try/catch

Stephen Han kruegger@REDACTED
Sat Sep 3 00:40:23 CEST 2005


Oh. oh.. sorry should have searched the mailling list before I post it.
 Thanks

 On 9/2/05, Serge Aleynikov <serge@REDACTED> wrote: 
> 
> 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.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20050902/1d18971a/attachment.htm>


More information about the erlang-questions mailing list