Display exception information and Debug.Print() messages in Immediate Window
        Posted  
        
            by Timwi
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Timwi
        
        
        
        Published on 2010-04-09T12:26:57Z
        Indexed on 
            2010/04/09
            12:43 UTC
        
        
        Read the original article
        Hit count: 463
        
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?
© Stack Overflow or respective owner