<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="4">Hi Hernán, <br>
      </font></p>
    <p><font size="4">This is what I does but when I fire up the
        debugger, the interrupted process (sketchProcess) context is nil
        ?!<br>
      </font></p>
    <p><font size="4">Read
        <a class="moz-txt-link-freetext" href="https://github.com/hilaire/drgeo/issues/1#issuecomment-1872922296">https://github.com/hilaire/drgeo/issues/1#issuecomment-1872922296</a><br>
      </font></p>
    <p><font size="4">Then, Cuis raises another Debugger, this time
        sketchProcess has a context which is the one of the debugger.</font></p>
    <p><font size="4">I likely miss something.<br>
      </font></p>
    <p><font size="4">Thanks</font></p>
    <p><font size="4">Hilaire<br>
      </font></p>
    <div class="moz-cite-prefix">Le 30/12/2023 à 13:10, Hernán Wilkinson
      a écrit :<br>
    </div>
    <blockquote type="cite"
cite="mid:CAGgF3Gwm0xuBtqe=BAjT2u-pN-zZNb+CZ+YRsBMPOqvs-91sfQ@mail.gmail.com">
      <div dir="auto">Hi Hilaire,</div>
      <div dir="auto"> What you have to do is to catch the exception of
        that process and then open the debuger when the exception
        happens.</div>
      <div dir="auto">For example: </div>
      <div dir="auto">[[ 1/0] on: Exception do: [:e | Debugger open: …]]
        fork</div>
      <div dir="auto"><br>
      </div>
      <div dir="auto">Look for references to debugger and you will see
        that. Also, exceptions have default handlers that you can
        define, etc<br clear="all">
      </div>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://gnu.org/s/dr-geo/">http://gnu.org/s/dr-geo/</a>
<a class="moz-txt-link-freetext" href="http://gnu-drgeo.blogspot.com/">http://gnu-drgeo.blogspot.com/</a></pre>
  </body>
</html>