<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 18/04/2014 23:48, Martin Frb wrote:<br>
    </div>
    <blockquote cite="mid:5351ABA4.7010206@mfriebe.de" type="cite">On
      18/04/2014 17:09, Marcos Douglas wrote:
      <br>
      <blockquote type="cite">On Thu, Apr 17, 2014 at 11:40 AM, Martin
        Frb <a class="moz-txt-link-rfc2396E" href="mailto:lazarus@mfriebe.de"><lazarus@mfriebe.de></a> wrote:
        <br>
        <blockquote type="cite"><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>
          in the field "debugger_startup_options" enter:
          --eval-command="set
          <br>
          auto-solib-add off"
          <br>
          <br>
          But I have no idea if that is going to change anything.
          <br>
        </blockquote>
        This worked, thank you!
        <br>
        <br>
      </blockquote>
      <br>
      Since this "fixes" a variety of gdb issues, I added an option
      "DisableLoadSymbolsForLibraries" True/False.
      <br>
      <br>
      This is in trunk, and 1.2.3 (will be is 1.2.4)
      <br>
    </blockquote>
    <br>
    BTW completely forgot, there also is<br>
    <blockquote type="cite">
      <dl>
        <dt>WarnOnInternalError</dt>
        <dd> Default true. If set to False, internal errors by gdb will
          be ignored by the IDE. Yet that does not change, that gdb did
          have an internal error, and that debugging may report
          incorrect data, or dis-behave in anyway. Neither will it
          prevent follow up error. It simple skips informing the user,
          yet fixes nothing. Leave on true, unless you get repeatedly
          the same internal error, and have tested well, that it does
          not affect you. (Then the warning dialog would be annoying,
          and you may want to skip it)
        </dd>
      </dl>
    </blockquote>
    <br>
    Which together with "Reset debugger after each run" would have done
    as well.<br>
    <br>
    But would have the side effect of hiding potential other warnings,
    leaving you unaware of problems.<br>
    <br>
  </body>
</html>