Commit Graph

2 Commits

Author SHA1 Message Date
Zoltan Somogyi
6a591832bb Fix the failure of this test case in grades in which the standard
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.
2008-06-04 03:22:18 +00:00
Zoltan Somogyi
868764c55a Fix an old bug in mdb. Given the command "print X" where X was ambiguous
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.
2008-02-20 03:01:52 +00:00