简体   繁体   中英

how to configure chrome developer tool not to debug all extension scripts

I have opened Enable frameworks debugging support flag in chrome experiments. There was a pattern used to skip stepping through scripts. As there were a lot of chrome Extensions, I could hardly type them all with or logic operator in the pattern input. Is there a flag used to skip all extension scripts?

You can star the bug at http://crbug.com/160207 to follow the progress.

Blackbox feature in Chrome: http://crbug.com/267592

Meanwhile, just add this regex pattern to blackbox all content scripts: ^chrome-extension://

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM