[fpc-devel] Debugger for FPC
dmitry boyarintsev
skalogryz.lists at gmail.com
Wed Mar 11 11:23:28 CET 2009
>>> Finally getting rid of GDB: This is VERY good news indeed :-)
>
> I quite agree !
it was not my words :)
> Not really, there is low-level debugging support inside the OS. This is true
> for Windows as well as for UNIX-like operating systems.
gdb is always based on system debugging API (DebugAPI in Windows,
ptrace for BSD and Linux, machAPI for OSX).
one can think of gdb as a wrapper over system API. :)
More information about the fpc-devel
mailing list