简体   繁体   English

如何配置chrome developer工具不调试所有扩展脚本

[英]how to configure chrome developer tool not to debug all extension scripts

I have opened Enable frameworks debugging support flag in chrome experiments. 我在chrome实验中打开了Enable frameworks debugging support标志。 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. 由于有很多chrome Extensions,我几乎无法在模式输入中使用or逻辑运算符输入它们。 Is there a flag used to skip all extension scripts? 是否有用于跳过所有扩展脚本的标志?

You can star the bug at http://crbug.com/160207 to follow the progress. 您可以在http://crbug.com/160207上查看错误,以了解进度。

Blackbox feature in Chrome: http://crbug.com/267592 Chrome中的Blackbox功能: http//crbug.com/267592

Meanwhile, just add this regex pattern to blackbox all content scripts: ^chrome-extension:// 同时,只需将此正则表达式模式添加到blackbox所有内容脚本: ^chrome-extension://

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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