Debuggers and Capturing Error Messages




Hint: Capturing Compilation Errors From Command Line



Debuggers



Using GDB with AdaGIDE

Below are three options for an environment for creating, compiling, and running programs:
  1. In the Tools/Project settings (not Global settings) window, set or unset the following:
  2. Build the program (if it's already up to date, force the recompilation by modifying, saving, then recompiling the file)
  3. Press Debug
  4. In the debugger window, do the following:


Using GDB from the command line

  1. Instructions for using GDB from the command line are here


Using GDB from GPS