Xna debugging
I use the console.out.writeline() to print the coordinates belonging to the different sprites in a XNA game. But after a few seconds, the game starts to go really slow, and almost stop. (When not writing to the console, there are no problems with performance). (The sprite's positions are written in every update method) Is there a way to...