Difference between revisions of "GNU Debugger (GDB)"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
sudo apt install gdb | sudo apt install gdb | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
+ | = Usage = |
Revision as of 10:05, 24 July 2020
The GNU Project Debugger (GDB)
Installation
Ubuntu
GDB comes isntalled by default on most Unix-like systems, but if it's not installed, you can run the following:
sudo apt install gdb