A curses-based interface to the GNU Debugger (GDB).
CGDB is a curses-based interface to the GNU Debugger (GDB). The goal of CGDB is to be lightweight and responsive, not encumbered with unnecessary features.
CGDB is a curses-based interface to the GNU Debugger (GDB). The goal of CGDB is to be lightweight and responsive, not encumbered with unnecessary features.
To install cgdb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cgdb
To see what files were installed by cgdb, run:
port contents cgdb
To later upgrade cgdb, run:
sudo port selfupdate && sudo port upgrade cgdb
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.