|
|
|
|
|
by limmeau
1574 days ago
|
|
I can really recommend debugging with command-line gdb (inside a text editor, of course; we're not barbarians). The transcript that lets you look back at the past of your debug session really adds a new dimension to the debug experience that a plain IDE integration just does not offer. (Time-travelling debuggers are OK, too, I guess) |
|