
Hacker News: Front Page
shared a link post in group #Stream of Goodies

abstractexpr.com
Dynamic Printf Debugging with GDB
When we debug a program with printf() we have to recompile it whenever we add new printf() statements! Right!? Wrong! With gdb we can add printf() statements without recompiling a program and even …