mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
tests/debugger/list_cmd.m:
tests/debugger/list_cmd.inp:
tests/debugger/list_cmd.exp:
tests/debugger/list_cmd.exp2:
Add new test case.
tests/debugger/list_cmd.sh:
Add script to be set as the 'list_cmd'.
tests/debugger/Mmakefile:
Enable the new test.
11 lines
316 B
Plaintext
11 lines
316 B
Plaintext
1: 1 1 CALL pred list_cmd.main/2-0 (det) list_cmd.m:22
|
|
mdb> echo on
|
|
Command echo enabled.
|
|
mdb> list_cmd ./list_cmd.sh
|
|
mdb> step
|
|
2: 2 2 CALL pred list_cmd.fib/2-0 (det) list_cmd.m:29 (list_cmd.m:23)
|
|
mdb> list
|
|
mdb: ./list_cmd.sh: posix_spawn not supported on this platform
|
|
mdb> continue -n
|
|
8
|