Re: [qooxdoo-devel] Javascript debuging log question

2008-09-23 Thread Derrell Lipman
On Tue, Sep 23, 2008 at 6:59 AM, Jean-Baptiste BRIAUD - Novlog < [EMAIL PROTECTED]> wrote: > Hi, > > I simply used the debug function on a object. >var e = ... >this.debug(e); > > Here is the result : > [object Object],[object Object] > > What does that mean, I'm lost ? > Is it an

Re: [qooxdoo-devel] Javascript debuging log question

2008-09-23 Thread Philippe Poulard
Jean-Baptiste BRIAUD - Novlog a écrit : > Hi, > > I simply used the debug function on a object. > var e = ... > this.debug(e); > > Here is the result : > [object Object],[object Object] > > What does that mean, I'm lost ? > Is it an array, a map, ... ? > > Is there some introspectio

[qooxdoo-devel] Javascript debuging log question

2008-09-23 Thread Jean-Baptiste BRIAUD - Novlog
Hi, I simply used the debug function on a object. var e = ... this.debug(e); Here is the result : [object Object],[object Object] What does that mean, I'm lost ? Is it an array, a map, ... ? Is there some introspection function I could use to know more about that variable ? T