I’m using Visual Studio 2010 to write unmanaged C++ code.
When debugging, anything printed using OutputDebugString
or MFC’s TRACE
macro goes to Visual Studio’s “Output” window.
I would prefer to see the output in DebugView instead, while still running under the MSVC debugger. Is this possible?