Reputation: 31975
First of all, I have read the following:
When I press F12 or select "Developer Tools" from the Tools menu, nothing happens.
The problem is not that the window is open, but offscreen (it doesn't show up in the taskbar or alt-tab). Also, there is no "IEDevTools" registry key anywhere in the registry (I did a search).
This is on a freshly-installed Windows XP VM used for compatibility testing.
Is there any other reason, besides window position and rogue registry settings, why the developer tools would not display?
Upvotes: 8
Views: 14777
Reputation: 51
I got the same problem. It appears that the Tools menu simply isn't working. I worked around by
1) Enabling script debugging in Internet options. Go to Tools> Internet Options> Advanced> Uncheck disable script debugging. 2) then opening a html page with script error, so that the script debugger dialogue pops up, which then allows you to open developer toolbar.
And then I dock this to the main window and proceed with web development with devtoolbar docked.
Upvotes: 3
Reputation: 399
Mani has shared the smart solution, I'd the same issue but none of the solution worked and I tried the way Mani told and my dev tool pop right up. The only thing I'd like to add is, once the dev tool pops up, stop the debugging otherwise it will crash the browser and you have to kill the application.
Upvotes: 0
Reputation: 21
Follow the below steps
Upvotes: 2
Reputation: 171
Immediately after IE8 loses focus to the tools window (right after pressing F12):
Upvotes: 17
Reputation: 196
I got same problem. And i got next solution: just deleted hext branch in registry:
HKLM/Software/Policies/Microsoft/InternetExplorer/IEDevTools
I hope it helps.
Upvotes: 0
Reputation: 2155
I had similar problem. Press Crtl+Alt+Del and in manager's Aplication tab left click on the IE Debugger. Move, Minimalize or Maximalize options could help.
Upvotes: 4