mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-17 10:23:46 +00:00
Estimated hours taken: 0.2
tests/debugger/all_solutions.{inp,exp,exp2}:
Register debuggable modules quietly, to avoid test failures from
spurious differences in the count of debuggable procedures.
11 lines
104 B
Plaintext
11 lines
104 B
Plaintext
echo on
|
|
context none
|
|
register --quiet
|
|
break hello
|
|
continue
|
|
stack
|
|
retry 1
|
|
retry 2
|
|
retry 3
|
|
continue -n -S
|