On Feb 26, 12:24 pm, Lorin <[email protected]> wrote: > I have several example that use console.dir - all have been working > for at least 6 months, but it stopped working in the last few days. > Maybe it is because of firebug 1.5.2 update? > > var foo = {}; > foo.val1 = 5; > foo.val2 = 6; > console.dir(foo); > > Nothing gets put into the console log. Other console logs work > (console.log, console.group, console.groupEnd) - but this does not.
Yes, it looks like both dir and dirxml fail. We'll need the Domplate Lord, Jan Odvarko, to fix this. Related to http://code.google.com/p/fbug/source/detail?r=6188 where "toggles" is added, but then not defined when the domplate is expanded by a console call, http://code.google.com/p/fbug/source/browse/branches/firebug1.6/content/firebug/consoleInjector.js#256 jjb > > Thanks, > Lorin > > P.S. Using firefox 3.5.8 -- 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.
