home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 2 / Geek_Gadgets_2_2352.bin / amigaos / dist / gdb-4.16-bin.lha.pi < prev    next >
Text File  |  1997-04-15  |  1KB  |  34 lines

  1. .name
  2. gdb
  3. .fullname
  4. GNU debugger
  5. .type
  6. Programmer Tool
  7. .short
  8. GNU debugger
  9. .description
  10. The purpose of a debugger such as GDB is to allow you to see what is
  11. going on "inside" another program while it executes, or what another
  12. program was doing at the moment it crashed.
  13.  
  14. GDB can do four main kinds of things (plus other things in support of
  15. these) to help you catch bugs in the act: (1) start your program,
  16. specifying anything that might affect its behavior, (2) make your
  17. program stop on specified conditions, (3) examine what has happened,
  18. when your program has stopped, (4) change things in your program, so
  19. you can experiment with correcting the effects of one bug and go on to
  20. learn about another.
  21.  
  22. You can use GDB to debug programs written in C, C++, and Modula-2.
  23. Fortran support will be added when a GNU Fortran compiler is ready.
  24. .version
  25. 4.16
  26. .author
  27. Free Software Foundation
  28. .requirements
  29. Amiga binary requires ixemul.library.
  30. .distribution
  31. GNU Public License
  32. .described-by
  33. Fred Fish (fnf@amigalib.com)
  34.