gpt4 book ai didi

javascript - Chrome 开发者工具暂停 jQuery 1.7 的初始化

转载 作者:可可西里 更新时间:2023-11-01 01:55:16 25 4
gpt4 key购买 nike

Chrome 的开发者工具是一套我喜欢使用的优秀工具。不幸的是,最近当我在保持开发人员工具窗口打开的同时刷新页面时遇到了一个非常奇怪的问题:Chrome 暂停了 javascript 执行并指向下面指定的行。

try {
// This should fail with an exception
// Gecko does not error, returns false instead
matches.call(document.documentElement, "[test!='']:sizzle"); // this is where it breaks

} catch (pseudoError) {
pseudoWorks = true;
}

异常会导致脚本暂停,尽管异常本身位于 try-catch block 中。有什么办法可以改变这种行为吗?还是我错过了什么?

最佳答案

我刚刚解决了这个问题(在我的情况下,可能会有所不同)。我不小心点击了 chrome 控制台中的“异常暂停”按钮。这个:https://developers.google.com/chrome-developer-tools/docs/scripts-breakpoints#js_exceptions

这是那个小的、容易错过的异常暂停按钮的位置,以及它的三个切换状态:

Image showing small "Pause on Exceptions" button

关于javascript - Chrome 开发者工具暂停 jQuery 1.7 的初始化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8399567/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com