Files
mercury/tests/debugger/exception_cmd.exp2
Zoltan Somogyi 518e6e46db Strip away goal paths from exception events in the test cases that
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.
2000-11-01 04:26:32 +00:00

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.