admin管理员组

文章数量:1333382

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?

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?

Share Improve this question edited Aug 5, 2014 at 15:48 chestnut asked Aug 5, 2014 at 14:35 chestnutchestnut 3512 silver badges16 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 9

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

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

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

本文标签: javascripthow to configure chrome developer tool not to debug all extension scriptsStack Overflow