开发者

Disable "Slow script" dialog in Safari while debugging javascript?

开发者 https://www.devze.com 2022-12-12 19:49 出处:网络
I\'m using the built-in javascript debugger in Safari 4 on Windows (the WebKit Web Inspector), but when I\'m stepping through code I keep getting the \"Slow Script\" dialog pestering me to abort/conti

I'm using the built-in javascript debugger in Safari 4 on Windows (the WebKit Web Inspector), but when I'm stepping through code I keep getting the "Slow Script" dialog pestering me to abort/continue the script every few seconds. This is irritating.

Is there a way to turn this off or otherwise prevent it 开发者_如何学Gofrom prompting me every few seconds?


Under the develop menu there should be an option to "disable runaway JavaScript timer"


After you've enabled the "Develop" menu (Preferences -> Advanced -> "Show Develop menu in menu bar"), enable the Develop -> "Disable Runaway JavaScript Timer" option.

0

精彩评论

暂无评论...
验证码 换一张
取 消