Jump to content

Is there a standard way to write to a browser's debugging console?


caruga

Recommended Posts

Thanks. However, I'm getting nothing in the firefox error console when I use this. Tested with

function _(mess, dlg) {  alert(""+mess);  console.log("" + mess);  return mess;}

I see alert but nothing in error console (filter is set to 'all'). Or is there another console I'm missing?

Link to comment
Share on other sites

AFAIK, you need to get Firebug. The log messages can be seen in its "Console" tab.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...