August 28, 2018
1 min read
Right click on a breakpoint in Chrome dev tools. Click Edit Breakpoint
.
--OR--
Right click instead of placing a breakpoint, and choose Add Conditional Breakpoint
.
--THEN--
Enter an expression into the popup. When the expression evaluates to true the breakpoint will be triggered.
http://blittle.github.io/chrome-dev-tools/sources/conditional-breakpoints.html