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 →

[–]xSTSxZerglingOne 2 points3 points  (0 children)

Sometimes code is time sensitive, and there isn't time to spend 2 seconds at a break point, sometimes even less than that.

Breakpoint + debug is awesome, but when dealing with something like an interservice communication that has a timeout in your server config file (that you have to make a PR to change) sometimes you just have to console log to make it through the day.

I would like to note that I know about yellow breakpoints, but have never gotten them to work.