mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
13 lines
391 B
Plaintext
13 lines
391 B
Plaintext
E1: C1 CALL pred exception_cmd.main/2-0 (det) exception_cmd.m:17
|
|
mdb> echo on
|
|
Command echo enabled.
|
|
mdb> exception
|
|
E2: C2 EXCP pred require.error/1-0 (erroneous)
|
|
mdb> print *
|
|
Message (arg 1) "oops"
|
|
mdb> continue
|
|
Uncaught Mercury exception:
|
|
Software Error: oops
|
|
Last trace event was event #E3.
|
|
Last trace event before the unhandled exception was event #E4.
|