Questions tagged [firebug-lite]

Firebug Lite is a bookmarklet port of the Firebug extension. It allows parts of the Firebug functionality to be used on browsers other than Firefox.

Firebug Lite is a JavaScript bookmarklet allowing to debug web pages. It's UI is based on the one of (older versions of) Firebug.

It allows you to inspect the HTML and CSS of a website, provides information about the DOM and offers a console with a command line, where you can execute JavaScript within the context of the web site.

Other features like JavaScript debugging, analyzing network traffic and managing cookies are not supported.

While Firebug Lite is generally available as cross-browser script and bookmarklet, there's also a Google Chrome extension available.

Development

Firebug Lite is currently not actively developed anymore due to a lack of resources. The Firebug Working Group is searching for somebody picking up the development and made its source code available on GitHub.

Useful links

71 questions
2
votes
3 answers

Developing FIrebug like web application for CSS things

I am developing a web application for web designing. One part of it includes changing CSS styles on the run and saving the same back to server. I see that, first part of my motive is implemented there in firebug, where I can view CSS style rules…
Vishwanath
  • 6,284
  • 4
  • 38
  • 57
2
votes
2 answers

How can show AJAX response as HTML page?

I am trying to upload some files to the server, but I get an error from the server. The server sends an HTML page to explain the error, the browser receives ajax response that has an error but it does not render it as HTML page, So, how can I…
Aymn Alaney
  • 525
  • 7
  • 20
2
votes
0 answers

Firebug lite console.log not showing

I'm using Firebug lite, but it seems it doesn't work like is should. I include it in my app like this: