Google Chrome的类似Firebug的调试器 [英] Firebug-like debugger for Google Chrome

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

问题描述

有什么可以在Google Chrome中使用的Firebug吗?

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

我想要的基本功能:


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

  • 检查CSS值(内置解决方案很奇怪, >
  • Inspect HTML source (select elements, delete them, etc.)
  • check CSS values (the built-in solution is weird, somehow)

推荐答案

Chrome中已经内置了类似Firebug的工具。只需右键点击页面上的任意位置,然后从菜单中选择检查元素。 Chrome有一个用于调试的图形工具(如在Firebug中),因此您可以调试JavaScript。

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.

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

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

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

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