Re: Is there a debug.print in CSharp?



Dom,
..NET has System.Diagnostics.Debug.Print. This isn't specific to C# or
VB.NET as it is part of the .NET BCL.

http://msdn2.microsoft.com/en-us/library/system.diagnostics.debug.print.aspx


--
Page Brooks
www.explosivedog.com


"Dom" <dolivastro@xxxxxxxxx> wrote in message
news:1177959544.305761.297090@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
VB had a neat object called "Debug". You could use "Debug.Print()" in
your code, and you could get useful debugging information in the
immediate window. Is there something like this in CSharp?

Dom



.