Question
How do you find the trace stack in actionScript?
I have the following error and I don't know what line number to attribute it to:
[Fault] exception, information=TypeError: Error #1009: Cannot access a property or method of a null object reference.
I've Googled it but there is not much information. In various forums people suggest "finding the trace stack". I'm using IntelliJ.
