Debugger problem
Louis Stamsma
louis_stamsma@REDACTED
Thu Nov 7 10:43:05 CET 2002
Hello,
I'm relatively new to Erlang. In my experiments with the language/platform I stumbled upon a construction that causes a exception in the debugger, but delivers OK code. I have
reduced the code that causes the problem with the debugger to a piece of nonsense code, just to demonstrate the problem. To me the code seems fine, but maybe I'm using an
illegal construction and ...
-module(problem).
problem() ->
if
(0 == 0) and ((0 == 0) or (0 == 0)) ->
{ok}
end.
I have attached a log of the error report.
Regards,
Louis
-------------- next part --------------
A non-text attachment was scrubbed...
Name: erlshell.log
Type: application/octet-stream
Size: 2546 bytes
Desc: not available
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20021107/95ad4fe7/attachment.obj>
More information about the erlang-questions
mailing list