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
0
votes
1 answer

Run Firebug Lite from a JavaScript file?

I'm trying to debug an iPad mini and don't have access to a Mac. I need to log some events during page-load. Is there some way to activate Firebug Lite from the JavaScript file, so that it's available while initiation JavaScript is running?
Himmators
  • 14,278
  • 36
  • 132
  • 223
0
votes
1 answer

Can Not set BreakPoint in Firebug

I cannot set BreakPoint in Firebug script window in Chrome... http://postimg.org/image/ivm2jss0d/ Similar Link : How can I set breakpoints in an external JS script in Firebug Can Firebug set breakpoints in external JavaScript files? they suggest…
user3487944
  • 267
  • 4
  • 9
  • 22
0
votes
1 answer

Firebug pale colors in HTML tab - how to show them

How could I somehow show styles for invisible tags showed in Firebug? I have no idea why they are pale/invisible and I need to find out why.
Jakub Turcovsky
  • 2,096
  • 4
  • 30
  • 41
0
votes
2 answers

How to debug site in older IE versions?

I'm looking for a way to inspect certain site elements in older IE versions, as I have noticed that the container of my site gets pushed to the right in IE8 and 9. In IE10 it is displayed correctly. My way of viewing my site in older IE versions is…
Forza
  • 1,619
  • 3
  • 28
  • 49
0
votes
3 answers

How to locate search links in google in Selenium for testing

I am trying to search Google for Selenium, then run down the list of links by clicking each one, printing the page title, then navigating back. List linkElements = driver.findElements( **** ); for(WebElement elem:…
Rishi
  • 945
  • 2
  • 15
  • 23
0
votes
2 answers

Firebug Lite doesn't open in Safari on iPhone with iOS 6.1

I don't get Firebug Lite running. Neither the bookmark nor the inclusion of the script is opening Firebug Lite in Safari on a iPhone with iOS 6. Nothing happens. How do I get it running?
testing
  • 19,681
  • 50
  • 236
  • 417
0
votes
1 answer

Firebug lite in browser mode IE7 deosn't show

Does anyone know a work around without having to install virtual machines to get the firebug console to display in Ie7 browser mode (F12) in IE please? It displays fine in modes IE8 and IE9.
sledgeweight
  • 7,685
  • 5
  • 31
  • 45
0
votes
1 answer

Firebug lite - break on attribute change - IE

I'm trying to find what is changing the height/width of an attribute in IE9 only. There is a Firebug feature "break on attribute change" https://getfirebug.com/wiki/index.php/Break_On_... I've included the firebug-lite script in my…
Russell England
  • 9,436
  • 1
  • 27
  • 41
0
votes
2 answers

Trouble loading Firebug Lite in IE

I have downloaded the latest firebug-lite and placed it in my local directory and I am including it just like that. IE is throwing this error in the console - SCRIPT5: Access is…
0
votes
1 answer

Fire bug / Chrome Console to manually invoke a function

I am having a page with many button's , I have to Click on each button to Activate a user which takes a lot of time . I was wondering if Is it possible to invoke a link through Firefox / Chrome console ? For instance suppose there is a Class
Yahoo
  • 4,093
  • 17
  • 59
  • 85
-1
votes
1 answer

Enable Firebug lite to edit HTML

The little sister of Firebug is a standalone Javascript tool -> Firebug lite Source or hosted https://getfirebug.com/firebug-lite.js There are some options to set: https://getfirebug.com/firebuglite#Options so i included the js into my index.html…
Email
  • 2,395
  • 3
  • 35
  • 63
1 2 3 4
5