IE9 with FireBug



我很难让IE9与FireBug一起工作。我在网上查看了许多资源,但无法使其正常工作。

有人可以提供有关如何让FireBug在IE9上运行的分步指南吗?

谢谢。

查看 IE 开发人员工具栏以用于 IE9: http://www.microsoft.com/en-us/download/details.aspx?id=18359,或 firebug lite: http://getfirebug.com/firebuglite。

更好的是,如果您尝试调试 jsp 或 html 页面,只需将此标签粘贴到文件中:

<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>

最新更新