|
|
|
|
|
by naasking
2712 days ago
|
|
> debuggers can make it harder to trace through the full execution of a program. Except you often don't want a full execution, you often just want a partial execution where you suspect the problem arises. I can assure you that a good UI debugger is extremely helpful. Command line debuggers less so. |
|