<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 11/12/2013 11:05, FreeMan wrote:<br>
    </div>
    <blockquote cite="mid:52A846EF.8010407@delphiturkiye.com"
      type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      I have a new bug, While debugging, some error popup (still not
      sure wich and how so I can not report detail) Blue dots loseing
      application running and I can't not debug. When application end
      via "Application.Terminate;" code this error popups<br>
      <br>
      The GDB command:<br>
      "-exec-run"<br>
      returned the error:<br>
      ",msg="During startup program exited normally.""<br>
      <br>
      Close and reopen lazarus not changed still goes on. I have to
      reset system.<br>
      <br>
    </blockquote>
    <br>
    1)  I still do not know:     Which OS? 32 or 64 bit?<br>
    <br>
    2)  For this new error, I also need to know which version of Lazarus<br>
    <br>
    3)  You can try to change the value of "InternalStartBreak" (see
    property grid on the menu/tools/options/debugger/general page).
    There is no prediction which value will work, so you need to try
    them all.<br>
    <br>
    3a) <br>
    In addition please provide a log.<br>
<a class="moz-txt-link-freetext" href="http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#Log_info_for_debug_session">http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#Log_info_for_debug_session</a><br>
    <br>
    Provide a log with the current default of InternalStartBreak
    (getting the error). And provide logs for the other values you
    choose, indicating if they fail or work.<br>
    <br>
    4)<br>
    If you do not debug inside libraries (dll/so) then you may also want
    to add --eval-command="set auto-solib-add off"
    as described here:<br>
<a class="moz-txt-link-freetext" href="http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#gdb.exe_has_stopped_working">http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#gdb.exe_has_stopped_working</a><br>
    <br>
    <br>
  </body>
</html>