pupsnow / as3-commons

Automatically exported from code.google.com/p/as3-commons
1 stars 0 forks source link

MonsterDebugger needs initialization before it goes to work #118

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently it is not documented in the MonsterDebugger3LogTarget nor in the 
MonsterDebugger3TraceTarget that the initialization of the MonsterDebugger is 
necessary to get it run:

<code>
 MonsterDebugger.initialize(this);
</code>
...where this is the main DisplayObject (stage?)

Please add this notice to the docs or find a way that the initialization is 
done automagically by ths logTarget (*preferred*).

Thanks a lot.

Original issue reported on code.google.com by g.dres...@cyledge.com on 20 Mar 2012 at 11:51

GoogleCodeExporter commented 9 years ago

Original comment by martin.h...@gmail.com on 20 Mar 2012 at 11:52