Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Chrome Debugger exclude node_modules files?

I am debugging through an Angular 5 application in the Chrome Debugger. Skipping through the core.js, zone.js and observable files can become cumbersome. Are there any fancy tips or tricks for excluding those files from my debugging?

like image 726
Cody Bentson Avatar asked Sep 09 '26 05:09

Cody Bentson


1 Answers

open the dev tools settings, then the Blackboxing tab

then enter a pattern to match the files you need to ignore

like image 93
Abu Assar Avatar answered Sep 11 '26 20:09

Abu Assar