Commit Graph

2 Commits

Author SHA1 Message Date
Zoltan Somogyi
4ce32c27a7 When the input contains an unmatched quote or backslash, which can
Estimated hours taken: 1
Branches: main

trace/mercury_trace_internal.m:
	When the input contains an unmatched quote or backslash, which can
	happen when the user accidentally types ctrl-D, do not abort, which can
	lose a long debugging session. Instead, just print a message.

tests/debugger/cmd_quote.{inp,exp}:
	Update this test case to test the new functionality.
2004-01-26 21:17:35 +00:00
Mark Brown
10e82ea61d Allow mdb commands to quote words so that they can contain whitespace,
Estimated hours taken: 2.5
Branches: main

Allow mdb commands to quote words so that they can contain whitespace,
and allow characters with special meaning to mdb to be escaped.

trace/mercury_trace_internal.c:
	Implement the new feature.

doc/user_guide.texi:
	Document the new feature.

tests/debugger/Mmakefile:
tests/debugger/cmd_quote.exp:
tests/debugger/cmd_quote.inp:
tests/debugger/cmd_quote.m:
	Test case.
2002-02-25 03:52:52 +00:00