<div dir="ltr">Thanks.  That fixed my problem.  This is an important issue.  <div><br></div><div>I am putting together a system that provides microservices in Lisp.  I'll be making it public when done.</div><div><br></div><div>Without this fix, a bug in a microservice kills the whole thing thus eliminating the whole value of a microservice.</div><div><br></div><div>It would be great to have a formal solution incorporated.<div><br></div><div>Thanks!</div><div><br></div><div>Blake McBride</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 1, 2018 at 7:44 AM, Vibhu Mohindra <span dir="ltr"><<a href="mailto:vibhu.mohindra@gmail.com" target="_blank">vibhu.mohindra@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">Hi Blake,<br>
<br>
I, too, have some Lisp code embedded in Java code. I investigated this<br>
issue in the following three posts beneath:<br>
<a href="https://mailman.common-lisp.net/pipermail/armedbear-devel" rel="noreferrer" target="_blank">https://mailman.common-lisp.<wbr>net/pipermail/armedbear-devel</a><br>
titled, "disabling debugger in production"<br>
<br>
/2016-June/003690.html<br>
/2016-July/003692.html<br>
/2017-April/003837.html<br>
<br>
My current solution is to call the installDebuggerHook() function<br>
described in the first post. And also to install the error() function as<br>
described at the bottom of the last post. But as that post says, this<br>
solution isn't perfect.<br>
<br>
Vibhu<br>
<br>
</div></div></blockquote></div><br></div></div></div>