|
|
|
|
|
by schmidtleonard
585 days ago
|
|
> If you have a fairly shallow bug ... But most of the bugs that I see aren't that shallow Oh come off it, debuggers shine the brightest when there are lots of unknown unknowns. With printf debugging you can peel back exactly one layer at a time (oops, need to log one more thing) whereas with a debugger you can slice through the Gordian knot. |
|