Throw or return a tuple
Serge Aleynikov
serge@REDACTED
Mon Aug 15 14:44:33 CEST 2005
Frankly, this is the primary reason I am reluctant to use try/catch. I
found that every time I used this construct, and needed to debug code, I
ended up with rewriting the code using a case with a catch.
Will have to wait for better days... :-(
Serge
Bjorn Gustavsson wrote:
> Serge Aleynikov <serge@REDACTED> writes:
>
>
>>AFAIK the debugger in the latest Erlang release still doesn't like the
>>try/catch syntax.
>>
>>Does any one know when this is going to be fixed?
>>
>
>
> No. We don't know yet. We have started, but it turned out to be harder
> than we initially thought because a lot of exception handling code needed
> to rewritten and cleaned up. Sorry for that.
>
> /Bjorn
>
More information about the erlang-questions
mailing list