I am using Internet Explorer 8, not by choice. I need to debug a script in it. However, no matter how many times I click the Developer Tools Icon, under Tools or click F12 it will not show up. Sometimes, I can see that it is minimized in the taskbar but when I actually go to click it. It will not show up...

Does anyone know how to get it to work or what the problem is? I tried updating restarting killing all the processes with no luck.

link|improve this question

feedback

15 Answers

up vote 28 down vote accepted

The window/toolbar may be off-screen (often way off to the left) or have a zero size. If @EricLaw's suggestion doesn't work I'd recommend uninstalling and then reinstalling (log off or reboot between the uninstall and reinstall to allow any pending deletes to finalize).

I've encountered similar issues with various applications over the years, especially if you've shut down the application while it is minimized (occasionally, even if maximized). Often the developers haven't taken these conditions into account before saving the window/toolbar size and/or position, resulting in a set of invalid coordinates for the next launch. The root cause goes way back to Windows 3.x and the GetWindowPlacement API.

link|improve this answer
1  
Good suggestion. I tried this and I found that the window was off the upper left of my screen sized as small as it could be. I'd mark it as an answer instead of an upvote if I could. You don't get the move cursor, but if you click hold and move the mouse, you do get to move the window on screen. – Chuck Aug 28 '09 at 1:51
Oh, another situation in which this can occur is if your window is on an additional monitor when you shut down that isn't there when you start up. Happens all the time on my laptop. – Chuck Aug 28 '09 at 1:52
1  
palm to the face – Andrew Dec 8 '09 at 21:45
1  
hahahahha two palms to the face – luvPlsQL Sep 10 '10 at 19:23
5  
Just encountered this myself. When you activate Dev Tools in Win7, you will see the window is active if you hover over the IE icon on the start bar. Right click on the start bar pop-up for the Dev Tools window and select Maximize. This will bring it back into view. Click on the window title bar and drag it to resize. – Silkster Nov 4 '10 at 18:09
show 5 more comments
feedback

I did the following:

  1. Right click on developer tools in the task bar,
  2. Select Maximize,
  3. Pin the window to Internet Explorer (Ctrl + P)
  4. Then it should appear in IE.
  5. Select the restore button to unpin.

I really hope someone got fired for that.

link|improve this answer
2  
Best answer for me. – Danyal Aytekin Sep 15 '10 at 15:43
Not sure exactly what worked for me - the maximise wasn't working for me when I started, but it certainly worked by this point - thanks folks! – FrostbiteXIII Nov 2 '10 at 11:46
Best answer on here. – starskythehutch Feb 9 at 15:06
Also worked for me. – Ixx Mar 3 at 18:16
feedback

I've never heard of a problem like this before, but if I had to guess, I'd guess that the tools might be pushed off the edge of the screen? If you click on the task bar item, hit alt+space, then m, do you get the "move" cursor?

link|improve this answer
3  
Solved the same issue for me. +1 – Geoff Appleford Aug 14 '09 at 16:23
worked for me, thnx – letronje Sep 13 '10 at 10:17
I hope you'll investigate abnormalities pointed out in the @devstuff's answer (as well as in its comments). – Robert Koritnik Feb 3 '11 at 13:05
feedback
  1. F12 (key for developer tools)
  2. alt + space + x (Maximize windows)
  3. click in top name bar and move window
link|improve this answer
This worked for me :) – Gaz May 17 '11 at 8:01
Thanks! A lot! Oh man that took forever to figure out – chrisjlee Sep 7 '11 at 3:17
feedback

I had the same problem and tried repeated moving; the move cursor always returned to the top left hand of the screen.

The solution for me was to select the item on the taskbar, right click and select maximise and the IE 8 tools window appeared fine.

link|improve this answer
Thanks, that worked for me with IE8 and Win7. – Sandra Jul 23 '10 at 17:14
feedback

I do the follow...

CLick with the right button on the TaskBar inside de IE 8 Developer Tools, them select move.

Then try to move with the mouse or move by arrows

link|improve this answer
feedback

Try holding down the WINDOWS key (next to the alt/ctrl) and use the arrow keys

link|improve this answer
you are correct, although some of the other options work too ... for windows7: social.technet.microsoft.com/Forums/en-US/w7itproui/thread/… – StefanNch Aug 5 '11 at 17:57
feedback

Tip worked unexpectedly well! I have dual monitors on my Windows XP Pro machine, and was experimenting with a third when it happened. I also remote into the computer using LogMeIn (not sure if it would cause a problem).

Alt + Space, then closed the program, and it restarted it in the default frame under the IE page with F12. Guess the developer of the toolbar missed out on it, although is IE 8 still in Beta? Otherwise, it isn't a bad debugger, though firebug works better for me in most instances.

link|improve this answer
feedback

I had the same problem as described. The problem seemed to be that the IE 8 Developer Toolbar window had a zero size. Futhermore, I could see the IE 8 Dev Toolbar when I used Tab + Windows key and it was listed below the other windows as though it was off screen also.

The way I solved this was to right click on the IE 8 Dev Toolbar in the taskbar and select Maximise. From there I could see the Dev Toolbar fullscreen (though this is not very helpful as I wanted to select elements on my webpage by click). I then clicked on Pin (or you can press ctrl + p). From there you should be able to Unpin the Dev Toolbar and resize it and use as normal.

link|improve this answer
feedback

I had this problem and found a solution:- I use two monitors, and every time I opened IE8 Dev tools, the dev tool window would either be maximised to full screen or minimised to the task bar (irritating to say the least). The other problem was that when maximised, the window was locked into the full screen mode and could not be dragged to a more convenienet size & position. so it was all or nothing !

To get round this I "stumbled upon" a fix that now allows me to open the Dev Tools window as it should be (a seperate window that can still be positioned & sized how I want it)....

Press ctrl+p (PIN) to attach the dev Tools window to the bottom of the actual browser window. At this stage move your browser window into your main monitor if its not already there. Then un-pin it. For me the Dev tools window then started to behave properly and consistently.

Why the hell MS hasnt released an update for this yet is beyond me. Any way hope this helps any of you.

link|improve this answer
feedback

I had the same problem on a brand new Win7 installation - it occurred after having used the debugger without problems for some time, probably also due to temporarily working with dual monitors.

Check the registry key "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IEDevTools" and remove the "WindowsPos", and "Pinned" keys.

link|improve this answer
feedback

Make sure the Developer Tools is running. Launch the Windows Task Manager. Under 'Applications' right-click on 'Developer Tools', select 'Maximize'. Presto!
Problem solved with little perspiration.

link|improve this answer
feedback

some how I have the same problem and for me it appeared that the developer window was minimized at its maximum (don't ask me how this occurred), however this can easily be solved in window 7 by hovering over icon on windows task bar (on the preview popup) showed by windows 7 menu bar, yhen right click it and the press maximize.

This solved my issue.

Hurray for FF!

link|improve this answer
feedback

This is a known issue of IE8. If you minimize the debugger tool window and close the IE. Next time you open the debugger tool window, it will memeorize it's minimized state. So you won't see it except an icon on the task bar.

Solution: Hover you mouse over the debugger tool icon on the task bar for a while, when a window pops up for the icon, right click the window and choose the Maximize from the context menu.

link|improve this answer
feedback

Windows 7: as stated in other answers, the F12 window (or any window) can hide. Unfortunately, sometimes it does not show anywhere, including the taskbar. I've found right clicking on the taskbar and selecting "Cascade Windows" always brings it back into view.

link|improve this answer
feedback

protected by Tim Post Feb 3 '11 at 11:30

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.