gdb

v 15.1 Updated: 8 months ago

GDB: The GNU Project Debugger

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. GDB can do four main kinds of things (plus other things in support of these) to help you catch bugs in the act: a) start your program, specifying anything that might affect its behavior, b) make your program stop on specified conditions, c) examine what has happened, …

https://www.gnu.org/software/gdb/

To install gdb, paste this in macOS terminal after installing MacPorts

sudo port install gdb

Add to my watchlist

Installations 41
Requested Installations 39