csharp System.Diagnostics.Debug
using System.Diagnostics;
int objectID = 1;
Debug.WriteLine("This message is for debugging: " + objectID);Use to write out debugging information to the Output window in Visual Studio.
Updated: Thursday 4th November 2010, 12:07pm
There are 0 comments
Comments are currently closed.