Debugging The Dreaded “Null Object Reference”
Dec, 18 - 2009 no comments Uncategorized
Add -verbose-stacktraces=true to your mxmlc compiler arguments to get the line number of the dreaded “Cannot access a property or method of a null object reference.”
How have I been programming ActionScript 3 for this long and not known this?