home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
gdb-4.16-base.tgz.pi
< prev
next >
Wrap
Text File
|
1996-10-12
|
1KB
|
34 lines
.name
gdb
.fullname
GNU debugger
.type
Programmer Tool
.short
GNU debugger
.description
The purpose of a debugger such as GDB is to allow you to see what is
going on "inside" another program while it executes, or what another
program was doing at the moment it crashed.
GDB can do four main kinds of things (plus other things in support of
these) to help you catch bugs in the act: (1) start your program,
specifying anything that might affect its behavior, (2) make your
program stop on specified conditions, (3) examine what has happened,
when your program has stopped, (4) change things in your program, so
you can experiment with correcting the effects of one bug and go on to
learn about another.
You can use GDB to debug programs written in C, C++, and Modula-2.
Fortran support will be added when a GNU Fortran compiler is ready.
.version
4.16
.author
Free Software Foundation
.requirements
Amiga binary requires ixemul.library.
.distribution
GNU Public License
.described-by
Fred Fish (fnf@amigalib.com)