<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    On 28/02/2011 18:37, Peter Williams wrote:
    <blockquote cite="mid:COL109-W5176DD47DB7ED35730280ABDDE0@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
      <div><font class="Apple-style-span" face="Tahoma" size="2">Hi All,</font></div>
      <div><font class="Apple-style-span" face="Tahoma" size="2"><br>
        </font></div>
      <div><font class="Apple-style-span" face="Tahoma" size="2">I am
          using Lazarus 0.9.31 on Windows 7 and I need to set a
          breakpoint and use a debugger. When I set a breakpoint I got a
          message that there was no debugger. I used the Options /
          Debugger menu and found that GNU debugger is an option, so I
          found this site and downloaded it:</font></div>
      <div><font class="Apple-style-span" face="Tahoma" size="2"><br>
        </font></div>
      <div><font class="Apple-style-span" face="Tahoma" size="2"><a class="moz-txt-link-freetext" href="http://www.gnu.org/software/gdb/">http://www.gnu.org/software/gdb/</a></font></div>
      <div><font class="Apple-style-span" face="Tahoma" size="2"><br>
        </font></div>
      <div><font class="Apple-style-span" face="Tahoma" size="2">GDB:
          The GNU Project Debugger</font><br>
      </div>
    </blockquote>
    <br>
    use the gdb from mingw, it comes as binary. (you do need to find
    some extra libs though)<br>
    <br>
    Also the lazarus installer (snapshot) comes with gdb 7.2, at least
    for 32 bit<br>
    <br>
    <br>
    or go here: <a class="moz-txt-link-freetext" href="http://svn.freepascal.org/svn/lazarus/binaries">http://svn.freepascal.org/svn/lazarus/binaries</a><br>
    those are the mingw versions that come with the installer<br>
  </body>
</html>