Mail Archives: djgpp/2003/07/15/10:30:35
> From: "Jacky Luk" <nospam AT nospam DOT com>
> Newsgroups: comp.os.msdos.djgpp
> Date: Tue, 15 Jul 2003 20:48:43 +0800
>
> Could anyone supply me with some sample debuggers available in the market
> (open source)? preferably written in djgpp...
DJGPP comes with 2: EDEBUG32 and FSDB; their sources are in
djlsr203.zip, in the src/debug subdirectory.
There's also GDB, the GNU Debugger, whose sources are available in
v2gnu/gdbNNNs.zip (where NNN is the version number).
For the full documentation of the DJGPP debug support functions, type
from the DOS command line "info libc functional debug", and read the
documentation of the functions listed there.
- Raw text -