tags:

views:

13

answers:

0

Hi there, I'm building a game in XNA. But that's not that important. The thing is, whenever I start the game, it crashes, and I believe it some sort of infinite loop, or recurring calls between methods.

Is there any way I can just stop the program at any second and see what the last n steps it took was? This way I could find out what's causing it to collapse.

Thanks.