문제

A friend of mine claims that calls to Debug.Print() as well as first-chance exception notifications appear in the Immediate Window for him. I found this surprising; for me they only appear in the Output Window.

MSDN claims (here) that you can implicitly enable them in the Immediate Window by explicitly disabling them in the Output Window. But that doesn't work for me; the messages are not shown in either window if I disable this. The Immediate Window remains empty.

How do I get the Immediate Window to display this information?

도움이 되었습니까?

해결책

in VS2008 and in VS2015 (did not check 2010 or 2013, but they are likely the same)

Tools -> Options -> Debugging -> Redirect all Out Window text to the Immediate Window

다른 팁

There's a setting that will redirect all output to the immediate window. Tools > Options > Debugging > Redirect all Output Window text to the Immediate Window.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top