When debugging javascript in chrome, I put the lib (angularjs) file as blackboxed. But when debugging, I still go into the angularjs library when going through function calls (it shows an empty source file and message: This script is blackboxed in the More 'debugger on top). Is it possible to automatically go through angularjs lib when it is black (completely ignored when debugging)?
source share