简体   繁体   English

Chrome中的最大断点数?

[英]Maximum number of breakpoints in Chrome?

Does anyone know what the limit is on the maximum number of breakpoints that can be set with Google Chrome's Web Inspector? 有谁知道可以使用Google Chrome的Web Inspector设置的最大断点数限制是多少? Thanks. 谢谢。

断点的数量仅受您的硬件资源(用于存储它们的内存和用于快速处理大量DOM元素的CPU)的限制。

As far as I know there is no explicit limit for the number of breakpoints. 据我所知,断点数没有明确的限制。 However you should expect that some algorithms are not well optimized for a large number of breakpoints, eg some internal searches may well be O(n). 但是,您应该期望某些算法没有针对大量断点进行优化,例如,某些内部搜索可能是O(n)。

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

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