mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-21 20:33:55 +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
382 B
Plaintext
13 lines
382 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
|
|
4: 2 2 EXCP pred exception_cmd:test/2-0 (det)
|
|
mdb> print *
|
|
HeadVar__1 42
|
|
mdb> continue
|
|
Uncaught exception:
|
|
Software Error: oops
|
|
Last trace event was event #5.
|
|
Last trace event before the unhandled exception was event #3.
|