|
|
|
|
|
by iamwil
2490 days ago
|
|
Usually debuggers take extra steps to set up, and I find it only helps for code that's really hard to reason about. But the most time consuming thing is just stepping through the code, and if it happen to go too far, I have to start over from the top again. 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. |
|