gdb¶
Description¶
GDB, the GNU Project debugger, allows you to see what is going on 'inside' another program while it executes -- or what another program was doing at the moment it crashed.
Homepage¶
https://www.gnu.org/software/gdb
Available Versions on RCAC Clusters¶
| Cluster | Versions |
|---|---|
| ANVIL | 11.1 |
| BELL | 15.2 |
| NEGISHI | 11.1, 12.1 |
Module¶
You can load the module by:
Note for using gdb
Run module spider gdb beforehand to check if this version requires any prerequisite modules.