<!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 Juan, folks, <br>
      </font></p>
    <p><font size="4">In my mini-debugger for simple-human-being, there
        is one problematic behavior.</font></p>
    <p><font size="4">From the debugger, when an error, the user can't
        step over the next instruction when using the step button. In
        the picture bellow the "Step" button has the same behavior of
        "step over" in the traditional debugger. I would expect Step to
        lead to the next line.</font></p>
    <font size="4">I was wondering if the suspended process should not
      be resumed once the debugger is in place?</font>
    <p><font size="4">So I just added,  "ex resume" after the debugger
        is installed, during the exception handling. And it works! Now
        when the user presses the "Step" button, the debuggers step to
        the next line, after the error. But now, if the user insist to
        step on error, this leads to recursive debugger call. </font></p>
    <p><font size="4">So in that case, I decided to not resume the
        process, instead stop the existing debugger and inform the user
        to fix error. A bit sub optimal but user should stop stepping at
        this point and fix previous error. With kids and newbies, they
        will put the system on its knee in an eye blink<br>
      </font></p>
    <p><font size="4">Interested on opinion and idea.<br>
      </font></p>
    <p><font size="4"><br>
      </font></p>
    <img moz-do-not-send="false"
      src="cid:part1.p3eRkTCa.oczWXvOz@free.fr" alt="debug" width="922"
      height="701">
    <p><font size="4"><br>
      </font></p>
    <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>