In addition you can simply run it with a debugger, it will probably show you the crashing line and stop execution with the call stack still visible.
Then you can look in the call stack which is the last line in your code - that is the offending line.





Reply With Quote
Bookmarks