Hacker News new | ask | show | jobs
by JakobH 1069 days ago
I love debugging, how do I go deeper in the art of debugging?
3 comments

If you use GDB, I recommend checking out the official documentation: https://sourceware.org/gdb/current/onlinedocs/gdb.html/

It's quite hard work sometimes - there's a lot in there - but the capabilities available are amazing and it's well worth nosing around.

I also recommend just hitting TAB a lot and seeing what commands are suggested. Then use the "help"command to find out more.

My employer also hosts some articles that digest some knowledge we've gained into a more palatable form: https://undo.io/resources/gdb-watchpoint/

Release more bugs
per-bugging or re-bugging is the way