JS Bits with Bill
JS Bits with Bill

Follow

JS Bits with Bill

Follow
Debugging Tip: "Continue to here"

Debugging Tip: "Continue to here"

JS Bits with Bill's photo
JS Bits with Bill
·Jul 7, 2020·

1 min read

Inside the Chrome debugger, there's a simple way to advance the flow of your debugging scope.

Above, we see we've paused execution on line 1168. If we want to inspect the flow up to another point we can simply right click on the line we want and click "Continue to here."

And bam! We've advanced to the target spot in code! 🧙‍♂️


Check out more #JSBits at my blog, jsbits-yo.com. Or follow me on Twitter!

 
Share this