|
|
|
|
|
by PontifexMinimus
585 days ago
|
|
I've also used both GUI-based debuggers and printf, and I prefer printf. But the most important thing it to write your code so there aren't many bugs and when there are they are easy to find. I do this using modular code, unit tests and regression tests. |
|