Console.log Quit Working In Chrome
I'm not exactly sure when it started happening, roughly the last week or so, but Chrome no longer seems to print my console.log statements. I've included a screenshot where on the
Solution 1:
click in the funnel and make sure you have Logging
checked
Solution 2:
In my case the problem was Firebug Lite, which I thought I wasn't using at the moment (it was collapsed).
Open Firebug Lite and check off "Override Console Object".
Then the native Chrome console will receive messages again, and Firebug's console won't (like it couldn't print on both at the same time; go figure).
Post a Comment for "Console.log Quit Working In Chrome"