Debug.print ?

  • Thread starter Thread starter Guest
  • Start date Start date
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 !
 
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 !
 
Back
Top