适用于Google Chrome的Firebug调试器 [英] Firebug-like debugger for Google Chrome

查看:150
本文介绍了适用于Google Chrome的Firebug调试器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我想要的基本功能:



有什么像Firebug可以在Google Chrome中使用? ul>

  • 检查HTML源码(选择元素,删除它们等)

  • 检查CSS值(内置解决方案奇怪,不知何故)


  • 解决方案

    Chrome中已经安装了一个类似Firebug的工具。只需右键单击页面上的任意位置,然后从菜单中选择检查元素。 Chrome具有用于调试的图形化工具(如Firebug),因此您可以调试JavaScript。它也可以很好地进行CSS检查,甚至可以随时更改CSS渲染。



    有关更多信息,请参阅 https://developers.google.com/chrome-developer-tools/


    Is there anything like Firebug that you can use within Google Chrome?

    Essential features I would like:

    • Inspect HTML source (select elements, delete them, etc.)
    • check CSS values (the built-in solution is weird, somehow)

    解决方案

    There is a Firebug-like tool already built into Chrome. Just right click anywhere on a page and choose "Inspect element" from the menu. Chrome has a graphical tool for debugging (like in Firebug), so you can debug JavaScript. It also does CSS inspection well and can even change CSS rendering on the fly.

    For more information, see https://developers.google.com/chrome-developer-tools/

    这篇关于适用于Google Chrome的Firebug调试器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

    查看全文
    登录 关闭
    扫码关注1秒登录
    发送“验证码”获取 | 15天全站免登陆