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.
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.