Files
mercury/tests/debugger/debugger_regs.inp
Zoltan Somogyi aed6a96f5a Fix a bug: if you try to print a nonexistent named variable,
Estimated hours taken: 0.1

trace/mercury_trace_vars.c:
	Fix a bug: if you try to print a nonexistent named variable,
	return an error message.

tests/debugger/debugger_regs.{inp,exp}:
	Test for this fix.
1999-07-23 02:18:21 +00:00

7 lines
43 B
Plaintext

echo on
print NoSuchVar
print *
continue