Blackbox JavaScript Source Files

Probably you already know that Chrome now allows to put script source file to blackbox (or simply to ignore it during debug). It helps to avoid jumping inside 3rd party library and debugging it instead of focusing on own code.

You can add script to the blackbox by right click on file in the source tab:

Screenshot 2014-12-16 15.19.22

and the blackbox management is placed in Web Developer settings:

blackboxing-setting

More info on official site.