-
Notifications
You must be signed in to change notification settings - Fork 18
Firebug error log and console.log no longer work with FireSass enabled. #19
Description
When I have FireSass enabled, I lose any errors that would normally show up in the Firebug console as well as any messages that would come from console.log calls. This only happens when FireSass is enabled. As soon as I disable FireSass, all of those messages display as normal.
If there are errors, I will see the error counter on the Firebug icon increment, but no errors will show up in the console (even with every option selected to display).
Another funny quirk of this issue is that it only happens if the tab has focus when it is loaded. If I do the following, I can get those messages to display after page load (and - I'm assuming - after FireSass does its magic):
- Enable Firebug on my development tab.
- Focus on another tab.
- Right-click on my firebug-enabled, backgrounded, development tab and click
Reload Tab. - Wait for the tab to finish reloading.
- Focus back on my development tab.
Then, I get normal errors and console.log messages that might happen after page load. However, there's still no way to see errors or console.log messages on page load.
Version info:
OS: Ubuntu 12.10 64-bit
Firefox: 18.0.2
Firebug: 1.11.1
FireSass: 0.0.12