开发者

How can I redirect Visual Studio’s “Output” window to DebugView?

I’m using Visual Studio 2010 to write u开发者_运维知识库nmanaged 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?


It is not possible. Whatever debugger the app runs in gets first dibs on any such messages. DebugView can only intercept the messages when the app is not running inside of any debugger.


likely not possible, by design.. if you open two DebugView instances, there's also only one receiving the messages.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜