Tagged Questions
The console.out.writeline tag has no wiki summary.
5
votes
4answers
2k views
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 ...
3
votes
4answers
1k views
Console.SetOut to StreamWriter, write to textfile constantly
I'm using the Console.SetOut method to write all my Console.Out.WriteLines to a file, and this works. The only problem is that it only writes everything to the textfile when I close my application ...