Dane B
Dane B

Reputation: 807

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

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 from prompting me every few seconds?

Upvotes: 3

Views: 1795

Answers (2)

Dane B
Dane B

Reputation: 807

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

Upvotes: 1

cobbal
cobbal

Reputation: 70733

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

Upvotes: 4

Related Questions