Debugging in ActionScript 3.0 – Part 2 – Objects Tutorial
26 Jul
Last post I talked about using trace in order to debug variables in Flash. As I mentioned before, trace works great for Strings and Numbers, but not so good for Objects & Arrays. Tracing an Object will return [object Object], which does not tell you much. To see the insides of an Object you can [...]