Estimated hours taken: 0.1
Branches: main
tests/debugger/double_print.{inp,exp}:
Fix the failure of this test case in grades in which the standard
Mercury library generates events. In those grades, the initial "step"
command stepped not to the first predicate called in main, but
to the library function that generated its arguments.
Estimated hours taken: 0.5
Branches: main
Fix an old bug in mdb. Given the command "print X" where X was ambiguous
(it was the name of N variables for N > 1), it printed N lines, but they
all gave the details of just variable repeatedly.
trace/mercury_trace_vars.c:
Fix this bug.
tests/debugger/double_print.{m,inp,exp}:
A new test case for this bug.
tests/debugger/Mmakefile:
Enable the test case.