Skip to content
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

Closed
sunilw opened this issue Jan 7, 2012 · 14 comments
Closed

debugging info doesn't show in firebug 1.9 #8

sunilw opened this issue Jan 7, 2012 · 14 comments

Comments

@sunilw
Copy link

sunilw commented Jan 7, 2012

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.

@titledk
Copy link

titledk commented Jan 7, 2012

I just had the exact same issue.
Kind of a bummer, as FireSass has become an integrated part of my development flow.
Is there anything I can do to help get this back up and running ASAP?

Thanks!

@titledk
Copy link

titledk commented Jan 7, 2012

I found out that removing firebug from firefox, restarting, and afterwards adding firebug 1.8.4 from here solves the problem temporarily:
http://getfirebug.com/releases/firebug/1.8/

@sunilw
Copy link
Author

sunilw commented Jan 7, 2012

Confirming titledk's experience: downgrading to a 1.8 release restores firesass debugging output in firebug.

@getdave
Copy link

getdave commented Jan 8, 2012

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?

@gdiz
Copy link

gdiz commented Jan 14, 2012

thanks @titledk ...that seems to work for the moment :)

@KODerFunk
Copy link

Please, anyone, fix it.

@P1X3L
Copy link

P1X3L commented Jan 18, 2012

Yes, it would be freakin' awesome to see firesass working on firebug 1.9 !!! Please fix it :-) We ♥ firesass !

@jacobneher
Copy link
Contributor

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!

@theearlofsandwich
Copy link

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!

@jacobneher
Copy link
Contributor

@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

@jloosfelt
Copy link

Thanks for the trick. I decided to downgrade to 1.8.4, firesass is back in business !

@sunilw
Copy link
Author

sunilw commented Feb 10, 2012

The firesass package provided by jacobneher works for me. Firefox 9.01, linux.

@nex3
Copy link
Owner

nex3 commented Feb 11, 2012

Closed by merging #10

@nex3 nex3 closed this as completed Feb 11, 2012
@jacobneher
Copy link
Contributor

Thanks @nex3!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants