|
|
|
|
|
by cxr
1623 days ago
|
|
I can appreciate the teaspoon/shovel metaphor, which I've gotten a lot of mileage from myself—not necessarily always related to programming—but "a bug in a if statement that would've been obvious at a first glance with a debugger" does not reflect how debuggers actually work. Signed, Someone who actually likes debuggers but doesn't see you making a solid case for them at all. |
|
Agree that’s not the first use case I’d think of, but I do think debuggers can quickly pinpoint that kind of thing as you step through code… if you know roughly where the problem is.