watch console output panel in visual studio while running a XNA game

Heisenbug picture Heisenbug · Oct 26, 2011 · Viewed 11.6k times · Source

I'm a visual studio newbie, currently developing a game using VS 2010 express, C# and XNA 4.0 .

I'm trying to debug a little game I'm developing, using a Console.WriteLine call when a certain event occur. Unfortunately when I execute the program the visual studio layout changes and the output panel disappear until the program exits (so I can analyze the output only after the program ends).

I would like to know if it possible and how, to keep the output panel visible.

Answer

Moo-Juice picture Moo-Juice · Oct 26, 2011

Whilst in Debug mode, simply show it again by going to View->Output