Files
mercury/tests/debugger/exception_cmd.exp
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
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.