Editing breakpoints in Chrome devtools

Suddenly found out that Chrome has possibility to “edit breakpoint” or other words – to add extra behaviour for it: like stop only for special condition, output console.log, etc.

It’s easy to do by right click on break point:

edit breakpoint

and after create extra code:

edit breakpoint

or it could be console.log:

edit breakpoint

 

For more information you could review this video from egghead.