IE8开发者工具不显示
首先,我已阅读以下内容:
当我按 F12 或从“工具”菜单中选择“开发人员工具”时,没有任何反应。
问题是不是窗口已打开,而是在屏幕外(它没有显示在任务栏或 alt-tab 中)。此外,注册表中的任何位置都没有“IEDevTools”注册表项(我进行了搜索)。
这是在用于兼容性测试的新安装的 Windows XP VM 上进行的。
除了窗口位置和恶意注册表设置之外,是否还有其他原因导致开发人员工具无法显示?
First of all, I have read the following:
- IE 8 Developer Tools not working In Windows?
- Internet Explorer 8 Developer Tools not displaying
- Why isn't my IE8 Developer Tools working?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
IE8 失去焦点到工具窗口后(按 F12 后立即):
Immediately after IE8 loses focus to the tools window (right after pressing F12):
我有类似的问题。按 Crtl+Alt+Del 并在管理器的应用程序选项卡中左键单击IE调试器。 移动、最小化或最大化选项可能会有所帮助。
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.
我遇到了同样的问题。看来“工具”菜单根本不起作用。 来解决
我通过1) 在 Internet 选项中启用脚本调试 。转到工具>互联网选项>高级>取消选中禁用脚本调试。
2)然后打开一个脚本错误的html页面,以便弹出脚本调试器对话框,然后允许您打开开发人员工具栏。
然后我将其停靠到主窗口,并使用停靠的 devtoolbar 继续进行 Web 开发。
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.
按照以下步骤
Follow the below steps
我遇到了同样的问题。我得到了下一个解决方案:刚刚删除了注册表中的 hext 分支:
我希望它有帮助。
I got same problem. And i got next solution: just deleted hext branch in registry:
I hope it helps.
Mani 分享了智能解决方案,我也遇到了同样的问题,但没有一个解决方案有效,我尝试了 Mani 告诉的方式,我的开发工具立即弹出。我唯一想补充的是,一旦开发工具弹出,请停止调试,否则浏览器将崩溃,您必须终止应用程序。
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.