Only My Code in the Chrome JavaScript Debugger

Is there a way to force the Chrome debugger to skip certain source files or functions when going through the code?

+7
source share
2 answers

This is now available in Chrome Developer Tools as the Ink Brightness feature: https://developer.chrome.com/devtools/docs/blackboxing

+1
source

Chrome doesn't have this feature, and I don't have another Javascript debugger.

0
source

All Articles