Internet Explorer 的 Firebug 等效项
我正在寻找一个像 Firefox 上的 Firebug 这样适用于 Internet Explorer 的工具/插件(对于调试 Web 应用程序非常有用)。有什么建议吗?
-谢谢
I am looking for a tool/add-on like Firebug on Firefox ( that is immensely useful for debugging web applications) which works for Internet Explorer. Any suggestions ?
-thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Microsoft 提供了 IE 开发人员工具栏 提供与 Firebug 类似的功能。
您还可以在 IE6+ 中使用 Firebug Lite。
Microsoft provides the IE Developer Toolbar which provides similar functionality to Firebug.
You can also use Firebug Lite in IE6+.
检查此适用于 IE 的 Firebug Lite。另外还有DebugBar、IE开发者工具栏等几个名字。
Check this Firebug Lite For IE. Also there is DebugBar, IE developer toolbar are few other names.
还想提一下,对于网络分析,类似于 Firebug 的 Net 选项卡,我不认为 IE 开发工具提供了很好的替代方案。然后您可以使用 Fiddler/Fiddler 2 及其相关插件。
我喜欢的另一个选择是 ieHttpHeaders。它不会为您提供 HTTP 响应正文/数据,但会为您提供 HTTP 请求标头 + HTTP POST 参数(不包括文件上传、二进制数据和多部分表单 POST)以及 HTTP 响应标头。与其他 IE 工具搭配使用的好工具。
Also wanted to mention, for network analysis, similar to Firebug's Net tab, I don't think IE dev tools offers as good an alternative. You can then use Fiddler/Fiddler 2 and it's related plugins.
And another option for that that I like is ieHttpHeaders. It won't give you HTTP response body/data but it gives you the HTTP request headers + HTTP POST parameters (excluding file uploads, binary data, and multi-part form POSTs), and HTTP response headers. Good tool to have as companion to your other IE tools.
转到“设置”并在 IE 中选择“F12 开发人员工具”。我用的是IE10,可以用。
您也可以按 F12。
用法与Firebug类似。我更喜欢这个界面,它显示了所有颜色十六进制值的颜色以方便参考。
Go to Settings and select F12 Developer Tools in IE. I use IE10 and it works.
You can also press F12.
The usage is similar to Firebug. I like this interface more, it shows the color of all color-hex values for easy reference.