Reputation: 5544
any time here is an error on a webpage I'm visiting the IE debugger starts askig me if I want to debug the page. How can I turn off this behaviour?
Upvotes: 8
Views: 16753
Reputation: 2757
While @don-roby is certainly right about switching browsers, sometimes reality hits hard. Being stuck with IE11 you can disable auto-debugging like so:
F12
)CTRL-3
)CTRL-SHIFT-E
)Enjoy the silence.
Upvotes: 3
Reputation: 349
To disable breaking on exceptions with Internet Explorer 11:
Upvotes: 12
Reputation: 32851
On the menu, select Tools > Internet Options.
Go to the Advanced tab.
Scroll down to the Browsing section and check the boxes labelled
Upvotes: 7