Currently dealing with an odd issue. While debugging a WebApp, I noticed that it is calling console.log/console.log/error/debug/etc., but the Firebug console isn't displaying them at all. The application in question utilizes the Dojo/Dijit toolkit. Unsure if this has any relevance.
The problem does not seem to be browser-related. I tested a different simple web page with a console.debug call and the message showed up on the console as expected.
Any advice on what steps I should take next? I've also experimented with Chrome/IE.
Thank you in advance.