MacOS – get working gdb on macOS Big Sur

big surdevelopmentmacosopen source

How to get gdb working on macOS Big Sur?

The gdb from brew install gdb doesn't work (nothing counts as an executable somehow), and all the tutorials I find online are years old

Best Answer

brew install gdb seems to successfully install gdb. Did you get a error message when running brew install gdb?