Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why isn't my IE8 Developer Tools working?

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

like image 744
Whozumommy Avatar asked Jun 06 '09 22:06

Whozumommy


People also ask

How do I use F12 Developer Tools in IE 11?

To access IE Developer Tools, you launch Internet Explorer and press F12 on your keyboard or select “F12 Developer Tools” on the “Tools” menu. This opens the developer tools inside the browser tab.

How do I use F12 Developer Tools?

To open F12 tools, press "F12" from the webpage you want to debug or inspect. To close F12 tools, press "F12" again. Lists command menus that can be accessed at any time regardless of the selected View.

How do I run IEChooser?

In Windows, open the Run dialog box. For example, press the Windows logo key + R . Enter %systemroot%\system32\f12\IEChooser.exe , and then click OK. In IEChooser, select the entry for the IE mode tab.

How do I open Developer Tools in Chrome?

To open the developer console in Google Chrome, open the Chrome Menu in the upper-right-hand corner of the browser window and select More Tools > Developer Tools. You can also use Option + ⌘ + J (on macOS), or Shift + CTRL + J (on Windows/Linux).

What is developer tools in Internet Explorer 8?

Thank you. Windows Internet Explorer 8 includes the Developer Tools feature. This feature enables you to debug Microsoft JScript quickly, investigate a Windows Internet Explorer-specific behavior, or iterate rapidly to prototype or test a new design solution.

How to fix Internet Explorer not working on Windows 10?

Press Windows key + R and then type “iexplore -extoff” without quotes and press ENTER. If you are able to access Internet Explorer without any issues, then add-ons may be causing the error. You may try the steps provided to enable add-ons individually to determine which of the add-ons may be causing the problem.

What are the developer tools and how do they work?

When you are prototyping a new design or testing fixes in previous versions of Internet Explorer, you likely edit your source, save it, refresh your page in the browser, and repeat. The Developer Tools streamline this scenario by enabling you to edit your site within the browser and see changes immediately.

How do I enable or disable Internet Explorer add-ons?

Click the Tools button, click Manage add-ons, and then click Enable or disable Add-ons c. In the show list, click Add-ons that have been used by Internet Explorer to display all add-ons. d.


3 Answers

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.

like image 111
fretje Avatar answered Oct 04 '22 05:10

fretje


In my case, the developer tools were disabled by Group Policy.

  1. Open the Local Group Policy Editor. Press Win+R to open the Run window, and type gpedit.msc in the search line and press Enter
  2. In the left pane click on to expand Computer Configuration, Administrative Templates, Windows Components, Internet Explorer, and select Toolbars
    1. If you can't find the appropriate policy, you might need to add it. Right click on Administrative Templates.
    2. Select Add/Remove Templates...
    3. Select Add...
    4. I went for broke and selected a whole bunch of templates to be sure I got the one I needed.
  3. In the right pane double-click Turn off Developer Tools
  4. Select Disabled to disable the disablement.
  5. Close the Group Policy editor.
  6. You might have to close IE or restart your computer to apply the setting.
like image 29
daxlerod Avatar answered Oct 04 '22 03:10

daxlerod


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.

like image 31
Andy Avatar answered Oct 04 '22 03:10

Andy