|
|
|
|
|
by morenoh149
2492 days ago
|
|
I think you are missing out. Debuggers allow you to know the state of variables at every line, not just the ones where you print debug. Debuggers also allow you to set watch expressions and occasionally you step through library code which begins helping you understand the source of your dependencies. |
|
I do like time-traveling debuggers though. Those give me something print statements don't give, and it's really great to examine the state as the application is progressing.