actionscript 3 - TypeError: Error #1009: but the debugger says that the object is valid -


I have a problem where I was getting the TypeError: Error # 1009: not using an asset or method A blank object reference while debugger was reporting that the object was not zero. Mark reports that the object is empty but rolling on variable list or variable in debug view has reported that it was populated with an object.

The answer was ending that I had a square and a sub-class, each of the same name There was a population of variable subclasses with private var but was not superclass. There was no difference between the debugger, and was reporting the wrong value. This appears to be a debugger bug.

Comments