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 introspection function I could use to know more about  
> that variable ?

Hi,

Try this:
this.debug(qx.util.Json.stringify(e));

-- 
Cordialement,

               ///
              (. .)
  --------ooO--(_)--Ooo--------
|      Philippe Poulard       |
  -----------------------------
  http://reflex.gforge.inria.fr/
        Have the RefleX !

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to