Debug.WriteLine() show in which window

J

John Grandy

Microsoft Development Environment 2003 , v7.1.3088

In debug mode, when using Debug.WriteLine() , does anyone know which window
displays the output ?

What is the menu command which shows this window ?

Thanks.
 
B

Ben Rush

Ctrl-Alt-O will pop up the Output window (if it's not already up - it is up
by default on my instance of VS: lower right-hand corner). To get at it via
the menus, go to View > Other Windows > Output. You'll see the output
generated by the compiler followed by any output you send via
System.Diagnostics.Debug.Write*, etc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top