简体   繁体   中英

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? 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).

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