Debug window

G

Guest

Hello,
Is there an equivelant to the old Debug.Print & associated window that was
found in the VB6 IDE? (Aside from Console.Write)

Thanks for any suggestions

Ant
 
J

Joshua Flanagan

System.Diagnostics.Debug.WriteLine will write to the Output window in
Visual Studio .NET
 
G

Guest

Hello Joshua,
I can find the immediate window but no output window. How do I access it?

Many thanks for your reply
Ant
 

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

Similar Threads


Top