Hi Doug,

You have uncovered a bug but the bug is not in escaping characters. It is
in the JDE code that parses the Lisp output from the debugger. This code
tries to separate Lisp forms by balancing left and right parens in the
debugger output. The parser does not consider the case of parens in
strings. If the quoted parens are unbalanced, a parse error occurs. If the
parens are balanced, no problem. I'll provide a fix in the next release,
due shortly.

Thanks for reporting this.

- Paul

Reply via email to