vote up 1 vote down star

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?

flag

I don't have a good answer to this either, but you will get the output in the console if you run something in a build step. We do our unit testing this way. – Harald Scheirich Sep 26 '08 at 12:57

closed as exact duplicate by Rob Sep 26 '08 at 13:09

1 Answer

vote up 0 vote down check

I think this should answer your question

http://stackoverflow.com/questions/73286/capturing-cout-in-visual-studio-2005-output-window

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.