I think you want: console.log.apply(window._firebug, ... The problem is discussed on issue 1347, thanks to dcitron, for hints. http://code.google.com/p/fbug/issues/detail?id=1347&sort=-id
jjb On Jan 8, 10:51 am, torke <[email protected]> wrote: > The same. > > This doesn't work with the new version: > > dump = function() { > if (window.console && (window.console.firebug || window.console.log)) > { > console.log.apply(console.log, Array.prototype.slice.call > (arguments, 0)); > > } > > } > > But in command line console.log works. > > The problem is when using it with apply. > > On 8 ene, 19:10, arobinson74 <[email protected]> wrote: > > > This is killing my firebug custom module / panel as well. I am using > > Firebug.CommandLine.evaluate which worked fine in 1.2.1 and now dies > > with 1.3.0. I even tried calling > > Firebug.Console.getFirebugConsoleElement to try to force the code to > > run, but no dice. --~--~---------~--~----~------------~-------~--~----~ 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 http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
