Gabor Boros wrote:

[snip]

A small observation.  GDB version in FPC distribution is 6.2.1
(cygwin) and in Lazarus 6.0 (mingw). In FPC IDE the GDB is working
properly. Why not working with Lazarus because the compiler is same?

The way the debugger is used is different. the FPC IDE links directly to the gdb library, where lazarus runs the gdb executable as an extenal process. Both ways have their pros and cons. On Linux running gdb as a separete process is not a problem since most sw there is used to read data from stdin andso. On windows this is different. The cygwin version of gdb doesn't work when it is run as a separate process. the mingw version does. Thats why we use mingw.

Marc

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to