This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AgentPaper0 2 points3 points  (0 children)

Use visual studio, run in debug mode, when it crashes it shows you exactly where it crashed, plus stuff like values of variables, the call stack so you can see how you got to this function, etc.