GNU Debugger (GDB)

From UCT EE Wiki
Revision as of 10:05, 24 July 2020 by CRNKEE002 (talk | contribs)
Jump to navigation Jump to search

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

Usage