Debug.print ?

G

Guest

In VB6 there use to be the very usefull debug.print ... In .NET all I could find is System.Diagnostics.Debug.WriteLine("stuff"). The result is in the 'output window' along with a bunch of events I dont need to see. Is there an equivalent to debug.print and the immediate window ? Merci !
 
S

Steve C. Orr [MVP, MCSD]

That is the equivalent, or as close as you're going to get anyway.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net


Francois said:
In VB6 there use to be the very usefull debug.print ... In .NET all I
could find is System.Diagnostics.Debug.WriteLine("stuff"). The result is in
the 'output window' along with a bunch of events I dont need to see. Is
there an equivalent to debug.print and the immediate window ? Merci !
 

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