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, 13:26pm

There are 0 comments

Leave a comment of your own

Comments are currently closed.