Y
Hacker News
new
|
ask
|
show
|
jobs
by
geewee
504 days ago
I think it depends on how thorny the thing you need to debug is. Race conditions, intermittent bugs that crash the process leaving no trace, etc. Debugging is much more than using a debugger
1 comments
parpfish
504 days ago
I like to differentiate between “bugs that stem from a recent code change” (easy to fix) and “bugs that suddenly appear out of nowhere” (hard to fix)
link