Tagged Questions
6
votes
2answers
645 views
How could an XNA game close with no exception being thrown?
I've been messing with my game's network code recently (TCP/UDP sockets) and my game keeps shutting down with no exceptions being thrown at all.
It runs fine until the disconnection of a client, so I ...
18
votes
9answers
1k views
Real-time Debugging Techniques
There's nothing quite like the routine of tweaking a variable, compiling code that takes a few minutes, executing the code, realizing that your tweak was in the wrong direction and repeating the ...