wiln / flash-console

Automatically exported from code.google.com/p/flash-console
0 stars 0 forks source link

Logging objects could become clickable to expand #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Example:

var obj:Object = {a:"A", b:"B", c:"C"};
Cc.log("Test subject:", obj);

_____
in console print:
Test subject [Object]

_____
clicking on [Object] prints:
a: A
b: B
c: C

maybe this should be optional config setting to enable/disable.

Original issue reported on code.google.com by luay...@gmail.com on 28 Sep 2010 at 1:42

GoogleCodeExporter commented 9 years ago

Original comment by luay...@gmail.com on 10 Nov 2010 at 8:19