Re: Is there a debug.print in CSharp?
- From: "Page Brooks" <NOSPAMpagebrooks@xxxxxxxxx>
- Date: Mon, 30 Apr 2007 15:13:09 -0400
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
.
- References:
- Is there a debug.print in CSharp?
- From: Dom
- Is there a debug.print in CSharp?
- Prev by Date: Re: How to eliminate delay making first call to a webservice?
- Next by Date: Re: Is there a debug.print in CSharp?
- Previous by thread: Is there a debug.print in CSharp?
- Next by thread: Re: Is there a debug.print in CSharp?
- Index(es):