I ran into a problem where I was getting a TypeError: Error #1009: Cannot access a property or method of a null object reference while the debugger was reporting that the object was not null. Traces report that the object is null, but the variables list in debug view or rolling over the variable reported that it was populated with an object.
| |||
|
feedback
|
|
The answer ended up being that I had a class and a subclass, each with a | |||
|
feedback
|