[Fixed] Where did my debug output go?

Started by
-1 comments, last by DragonGeo2 13 years, 2 months ago
I was debugging my game and somehow between debugging sessions, I can no longer see debug information. I'm running Visual Studio 2010 in native C++ on Vista x64 SP2.

I even tried stepping over this in the debugger:
OutputDebugStringA("TEST TEST TEST!\n");
But even that doesn't show up in my Output window.

What the heck?


Edit: Whoops, never mind. Apparently I accidentally right-clicked on the Output window and turned off "Program Output".

This topic is closed to new replies.

Advertisement