It used to work and now when I press F12 nothing happens...the window does NOT appear. I've uninstalled any other toolbars I've installed and tried resetting by security settings in IE...nothing.
I'm using Windows 7 beta
It used to work and now when I press F12 nothing happens...the window does NOT appear. I've uninstalled any other toolbars I've installed and tried resetting by security settings in IE...nothing.
I'm using Windows 7 beta
The F12 Developer support feature was not added to IE8 until IE8 Beta 2. Is it possible you have a version of Win7 pre-IE8 Beta2?
Would you consider doing your IE8 development with the IE8 gold code in XP or Vista?
Maybe someone disabled them?
Here's how you do that.
Basically: Check the following registry key:
HKCU\Software\Microsoft\Internet Explorer\IEDevTools
In the worst case you can remove the whole key. This wil revert the settings back to default.
Just confirming that the Whozumommy's answer actually works. Remove WindowsPos, Pinned and UseDevToolsDebugger keys from the [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IEDevTools]. That only happened after I have upgraded from Windows Vista to Windows 7.
The problem was most likely caused by the WindowsPos value.
If it happens again the two solutions are:
1) Right click on the thumbnail/title for the dev toolbar in the task bar and then select "Move" then press an arrow. Now if you move your mouse you should see the window follow your cursor around, left clicking will "detach" it from your cursor.
2) Delete the value WindowPos, don't set it to 0 as that will cause the issue to happen again, just delete the entry.
Thanks guys ! You saved my day. I still wonder why MS things are so complicated (and obfuscated). Anyway, It worked for me like a charm.
I found a "Disabled" key at HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IEDevTools with a value of 1; changed it to 0 and Developer Tools was enabled!