Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

internet explorer debugger - how can I stop it?

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?

like image 482
Ryan Avatar asked Feb 22 '11 22:02

Ryan


People also ask

How do I close a debugger?

To exit debug mode, press Alt+B followed by D. at the Command Prompt to exit debug mode.

What does Disable script debugging Internet Explorer mean?

When you select 'Disable script debugging" you're choosing (as do nearly all users) to not try to debug (fix) scripting errors on the webpage you're visiting. Many of these script errors will be minor and will not affect the display or functionality of the webpage.


1 Answers

To disable breaking on exceptions with Internet Explorer 11:

  1. Open F12 Developer Tools
  2. Select the "Debugger" tab
  3. Click on the Stop sign icon
  4. Select "Never break on exceptions"
like image 151
imclean Avatar answered Oct 19 '22 05:10

imclean