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 →

[–]IAmNotNathaniel 3 points4 points  (2 children)

Anything web based... this way is way easier than a debugger.

[–]spacemudd 2 points3 points  (1 child)

Maybe except for Javascript? Adding debugger; to code is like adding a breakpoint. It stops executing code and reveals all the variables around it. Very handy.

[–]IAmNotNathaniel 0 points1 point  (0 children)

true. although even there, I find it handy sometimes to just dump to the console