I am writing an STL console app using Visual Studio 2008 and would like std::cout or std::cerr output to go to the debug window instead of me having to use TRACE or OutputDebugString - then, when my app exits and the console window disappears, I can still see the output.
Does anyone know how to do this?
