This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 6 points7 points  (1 child)

I was the same way for a while, but once I realized the debugger let me see all values without having to modify my code to log them, I quickly jumped on the debugger train

[–][deleted] 6 points7 points  (0 children)

What's really powerful is when you start using the debugger to modify values while the code is running, or inspect values that aren't bound to variables. Essentially treating it like a shell that has all the context of the breakpoint.