Tag Archives: debugging

Debuggers are a Crutch

Back in ’87 when I started programming professionally, debugging was done by embedding printf statements in your C programs. Text printed with this method went to the console output on Unix systems (and was silently eaten by Windows unless you went … Continue reading

Posted in Software, Uncategorized | Tagged | 1 Comment