-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
debugging info doesn't show in firebug 1.9 #8
Comments
I just had the exact same issue. Thanks! |
I found out that removing firebug from firefox, restarting, and afterwards adding firebug 1.8.4 from here solves the problem temporarily: |
Confirming titledk's experience: downgrading to a 1.8 release restores firesass debugging output in firebug. |
Really looking forward to FireSass for Firebug 1.9. I assume it's in "the works"? In the meantime is there anything we can do to debug SaSS? |
thanks @titledk ...that seems to work for the moment :) |
Please, anyone, fix it. |
Yes, it would be freakin' awesome to see firesass working on firebug 1.9 !!! Please fix it :-) We ♥ firesass ! |
Confirmed that @titledk's worked for me as well. Using Firebug 1.8.4 and FireSass is working again properly! I would love to see a release for firebug 1.9 as well! Thanks! |
I've taken a look through the Firesass source code and think I have a fix for it... In reps.js on line 14 if you change: .getService(ci.nsIExternalProtocolService); to .getService(Components.interfaces.nsIExternalProtocolService); It all starts working. I have tried this in Firefox 10, Firebug 1.8.4 and 1.9.1 If you get hold of the firesass XPI file and open it using something like 7zip you will find reps.js in \chrome\content. Sorry if this is overly technical! Hopefully it will get some of you going. I emailed Nathan (the FireSass dev) with the fix but haven't heard anything back - he's probably a very busy guy! |
@theearlofsandwich's fix worked great! I submitted a pull request to @nex3 to resolve this issue. In the meantime I packaged an xpi file with the changes that you can download from here: http://db.tt/vKOcnlMu |
Thanks for the trick. I decided to downgrade to 1.8.4, firesass is back in business ! |
The firesass package provided by jacobneher works for me. Firefox 9.01, linux. |
Closed by merging #10 |
Thanks @nex3! |
I've been using firesass happily with firebug 1.8.
I just installed firebug 1.9, and I'm not seeing the output that I'd expect from firesass.
I reinstalled firesass and restarted firefox, in case I'd broken something. But I'm still not seeing sass debug lines.
The text was updated successfully, but these errors were encountered: