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
RE: Parenthesis in Strings sent from debugger causing lisp error when JDEbug tries to evaluate them.
- Re: Parenthesis in Strings sent from debugger causing lisp e... Paul Kinnucan
- Re: Parenthesis in Strings sent from debugger causing l... Paul Kinnucan
- Paul Kinnucan
