Skip to content

Firebug error log and console.log no longer work with FireSass enabled. #19

@aensley

Description

@aensley

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):

  1. Enable Firebug on my development tab.
  2. Focus on another tab.
  3. Right-click on my firebug-enabled, backgrounded, development tab and click Reload Tab.
  4. Wait for the tab to finish reloading.
  5. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions