Firebug equivalent for Internet Explorer

时光毁灭记忆、已成空白 提交于 2019-11-27 21:36:23

问题


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


回答1:


Microsoft provides the IE Developer Toolbar which provides similar functionality to Firebug.

You can also use Firebug Lite in IE6+.




回答2:


Check this Firebug Lite For IE. Also there is DebugBar, IE developer toolbar are few other names.




回答3:


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.




回答4:


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.



来源:https://stackoverflow.com/questions/4395135/firebug-equivalent-for-internet-explorer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!