Y
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
module0000
4258 days ago
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.
link
lprez
4257 days ago
thank you!
link