mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-20 03:43:51 +00:00
Estimated hours taken: 0.5
tests/debugger/Mmakefile:
tests/debugger/declarative/Mmakefile:
Strip away goal paths from exception events in the test cases that
generate them, because different optimization levels cause different
goals paths to be associated with exceptions.
tests/debugger/*.exp{,2}:
tests/debugger/declarative/*.exp{,2}:
Strip away goal paths from exception events in the expected outputs
of those test cases.
13 lines
387 B
Plaintext
13 lines
387 B
Plaintext
1: 1 1 CALL pred exception_cmd:main/2-0 (det) exception_cmd.m:12
|
|
mdb> echo on
|
|
Command echo enabled.
|
|
mdb> exception
|
|
5: 3 3 EXCP pred require:error/1-0 (erroneous)
|
|
mdb> print *
|
|
HeadVar__1 "oops"
|
|
mdb> continue
|
|
Uncaught exception:
|
|
Software Error: oops
|
|
Last trace event was event #9.
|
|
Last trace event before the unhandled exception was event #4.
|