monsterdebugger-client-starling icon indicating copy to clipboard operation
monsterdebugger-client-starling copied to clipboard

Fork of Monster Debugger client library with support for Starling Framework

Results 2 monsterdebugger-client-starling issues
Sort by recently updated
recently updated
newest added

My class has some constants like this: `public static const MAX_FPS:int = 60;` When I initialize or inspects the class (`this`) I only see: `MAX_FPS (int) = null`

Ignoring Proxy objects at parseClass() in so it doesn't crash with Proxy objects that lack the necessary implementations to inspect them.