Yogesh Prajapati
Yogesh Prajapati

Reputation: 4870

Alternative of Firebug

Firebug is blocked at work, so can anybody suggest an alternative of it?

Upvotes: 2

Views: 1687

Answers (5)

Paul Sweatte
Paul Sweatte

Reputation: 24617

Firefox now has a built-in tools which embrace-and-extend Firebug. The built-in Script Panel can be activated using the following keyboard shortcut:

  • Windows: Ctrl + Shift + s
  • OS X: command + shift + s

Here are shortcuts to the other Firebug equivalents:

Net Panel:

  • Windows: Ctrl + Shift + k
  • OS X: command + shift + k

Console Panel*

  • Windows: Ctrl + Shift + k
  • OS X: command + shift + k

*The console is located under the Net content

HTML Panel:

  • Windows: Ctrl + Shift + i
  • OS X: command + shift + i

Upvotes: 3

Toni Michel Caubet
Toni Michel Caubet

Reputation: 20163

How about firebug lite? No installation needed (I've only used for IE though..)

http://getfirebug.com/firebuglite

Upvotes: 1

Jesse Webb
Jesse Webb

Reputation: 45243

Google Chrome and Internet Explorer both have similar functionality built-in to them. You can access these features by pressing F12. I use these as an alternative to Firebug occasionally.

Upvotes: 2

J-16 SDiZ
J-16 SDiZ

Reputation: 26910

FireBug 1.9.0 is block, but the newest version 1.9.1 is working: https://addons.mozilla.org/en-US/firefox/addon/firebug

Upvotes: 3

Rituparna Kashyap
Rituparna Kashyap

Reputation: 1507

You can use Mozilla own debugger. Though it is not as advance as firebug. It comes with FF 10+

Upvotes: 1

Related Questions