Owen Corpening wrote:
> I have been using firebug every day for 18 months and it just quit
> working. I am just trying to achieve a working setup again.
>
> I have to do 100% of my debugging with logging right now ... I really
> don't care what version I am using. If no one can help me, fine, I
> guess I have to create a VM to test with or something <blech>
>
>
> ------------------------------------------------------------------------
> *From:* Elias <[email protected]>
> *To:* Firebug <[email protected]>
> *Sent:* Thursday, June 18, 2009 3:37:57 PM
> *Subject:* Re: script doesn't show up on script panel
>
>
> Thank you for your reply. I checked out the description of 1.4b2 on
> the releases page, and it seems like it only works on the beta of
> Firefox 3.5. I use Firefox and Firebug regularly for my job and I am
> sorry to say I'm not willing to take the time to experiment with a
> beta product for a beta browser. I spend enough time dealing with
> enough bugs. If there is a way to make 1.4b2 to work in Firefox
> 3.0.11, I may consider it. However, I will keep what you said in mind
> and try the final version 1.4 when it is finished.
>
> Elias
>
> >
try
http://getfirebug.com/lite.html
i use it when i need to debug using logging in non FF browsers and such.
another option is to not use the console.log and to use javascript error
/ warnig / dialog console.
IE
throw "foobar";
or
throw new Error("bleh")
http://www.sitepoint.com/blogs/2008/08/22/debugging-javascript-throw-away-your-alerts/
hope that helps some
kAra
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---