gdb on MacOS
I was surprised to find that my Mac OS included gcc but not gdb.
Getting gdb working is non-trivial.
This article
was helpful in getting this to work after:
brew install gdb
I was surprised to find that my Mac OS included gcc but not gdb.
Getting gdb working is non-trivial.
This article
was helpful in getting this to work after:
brew install gdb