Debugging in IE10 on Windows 8

JMH

Emeritus, Contributor
Joined
Apr 2, 2012
Posts
7,197
The new full-screen “fast and fluid” experience of IE10 on Windows 8 offers many improvements over Internet Explorer 10 on the Desktop (ranging from UX to Security), but one thing it lacks is the F12 Developer Tools, used by web developers to debug web pages.

While you can use Visual Studio to debug pages, sometimes, debugging with the lightweight F12 Developer Tools on the Desktop can be simpler. However, what if your bug doesn’t repro in the Desktop experience?

In many cases, you can emulate the non-Desktop experience on the Desktop by making simple configuration changes:


  1. Enable Enhanced Protected Mode by clicking Tools > Internet Options > Advanced and ticking the Enhanced Protected Mode checkbox in the Security section near the bottom of the list.
  2. Enable ActiveX Filtering (Tools > ActiveX Filtering)
  3. Press F11 to put the IE Window in full-screen mode

http://blogs.msdn.com/b/ieinternals...-screen-internet-explorer-10-desktop-f12.aspx
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top