Is it possible to ignore specific javascript files when debugging using breakpoints in Chrome developer tools? Let's say on this site http://todomvc.com/architecture-examples/angularjs/#/ I want to debug only todoCtrl.js and ignore everything else, like angular.js.
source share