Note that the Console API doesn't overwrite an existing console variable<https://getfirebug.com/wiki/index.php/Console_API#Implementation_Notes>. I.e. you can't use console.log() etc. in the case the JavaScript code on the page already defines a console variable. Is this the case for you? I created issue 5995 <http://code.google.com/p/fbug/issues/detail?id=5995>to let the user know about that when this is the case.
Sebastian On Monday, October 15, 2012 9:30:00 PM UTC+2, bellach bouchra wrote: > > Hi everybody, > i have some problem with the console.log on firefox. > if i use alert, i can show my variable, but with the console.log or the > console.info i have no thing on the firebug console :( > my fire fox was updated the last week, i show this issue after the update. > can you help please, i prefer firebug+firefox to work ;) > > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
