Search code examples
javascriptdebugginginternet-explorer-9javascript-debugger

where is the yellow warning icon in ie9


does anyone know how do we enable the yellow warning icon in ie 9?

I need to see the errors for a website (the website is deployed, and not on localhost)


Solution

  • Click the gear at the top right and choose Internet Options, then go to the Advanced tab and uncheck the "Disable script debugging (Internet Explorer)" option. After applying your settings it should now attempt to debug any errors it comes across.