console.log not showing in my firebug

console, firebug, firefox, jsfiddle, logging

Solution

This issue has been fixed in Firebug 1.11.0a5. More info is here

Problem

In jsfiddle.net, I have this simple code: ``` console.log('yep'); alert('hello'); ``` I can see the alert window but nothing in my `firebug` console. Is there a reason why ?

Original source