mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-22 21:03:53 +00:00
Estimated hours taken: 0.5 tests/debugger/shallow.exp: tests/debugger/shallow.exp2: tests/debugger/browser_test.exp: tests/debugger/browser_test.exp2: tests/debugger/multi_parameter.exp: Update the line numbers in the expected debugger output to reflect changes caused by zs's recent bug fix to jumpopt.m.
11 lines
334 B
Plaintext
11 lines
334 B
Plaintext
1: 1 1 CALL pred shallow:main/2-0 (cc_multi) shallow.m:17
|
|
mdb> echo on
|
|
Command echo enabled.
|
|
mdb> context before
|
|
Contexts will be printed before, on the same line.
|
|
mdb> context
|
|
Contexts are printed before, on the same line.
|
|
mdb> c -a
|
|
[1, 3, 5, 2, 4]
|
|
2: 1 1 EXIT shallow.m:17 pred shallow:main/2-0 (cc_multi)
|