Hacker News new | ask | show | jobs
by lprez 4259 days ago
In Mac at least you can't just do that, you need to create yourself a certificate and sign GDB. Took me a while too.
1 comments

Just an FYI, you can use MacPorts to `sudo port install gdb`, and it installs gdb as 'ggdb' without the signing mess. To use with ddd invoke as `ddd --debugger ggdb` and it works like a charm.
thank you!