Questions tagged [firebug1.5]

8 questions
6
votes
4 answers

Firebug 1.5 showing 200 Aborted for Ajax requests

When I'm using Firebug 1.5, I'm getting 200 ABORTED errors on certain ajax requests. You can see this happen on this demo page by typing into the textfield. The functionality of the site seems to work just fine even with these errors. Is it safe to…
Tauren
  • 26,795
  • 42
  • 131
  • 167
3
votes
1 answer

Why is console.log statements not appearing in my FireBug console anymore?

I'm using FF 3.6 and FireBug 1.5.0 my console.log statements are no longer appearing in my firebug console. is anyone else experiencing this? is there a setting somewhere that got switched that I don't know about?
Jon Erickson
  • 112,242
  • 44
  • 136
  • 174
2
votes
2 answers

Install Firebug Extension Manually

I want to install Firebug manually and update configuration settings on my own. I followed below steps: Downloaded firebug-2.0b1.xpi file (3 MB) Extracted the content by using winRAR. put this extracted folder "firebug-2.0b1" inside "C:\Program…
Umesh Patil
  • 10,475
  • 16
  • 52
  • 80
1
vote
1 answer

Firefox Plugin Downloading

I am trying to create a SIMPLE plugin, no interface is necessary, that will automatically download and save to "Desktop/MyFolder/" everything that the page loads. My thought was to make an extension that extends FireBug, but that seems to be rather…
Addo Solutions
  • 1,619
  • 3
  • 20
  • 37
1
vote
0 answers

XML parsing error when attempting to update an XML file using a PHP script and jQuery

Ok. Really hope someone can help me answer the following question. So I am using an XML datastore for persistence for a final year project. Here's the structure of the XML file.
0
votes
2 answers

Firebug - Finding HTML file behind code

I have seen my question asked on several forums with no clear answers. When viewing HTML code in the left pane and I spot the code that needs editing I cannot find the file that contains this code so I can make the necessary changes. Is it possible…
Jim
  • 1
  • 1
0
votes
1 answer

How do I trace a Computed style via Firebug (Firefox)?

I see the Computed style (e.g. Width) in Firebug for elements, but how do I find out what exactly caused them? The main Style tab is useless. There's a change coming in from somewhere that the Style tab doesn't capture. I need to exactly trace what…
gene b.
  • 10,512
  • 21
  • 115
  • 227
0
votes
1 answer

FireBug didn't working

I created a index.php file located in http://localhost/home/index.php. The file filled with the code below.
Nano HE
  • 9,109
  • 31
  • 97
  • 137