G

gdb

GNU Debugger for native code

debugGPL-3.0
Install
brew install gdb

About

GDB is the GNU project debugger for C, C++, Rust, and other compiled languages. It's the de-facto standard debugger.

debuggingcppc