csharp debug console log

Code Example - csharp debug console log

                
                        using System.Diagnostics;

// print a message to the output window of the IDE
Debug.WriteLine("Debug Information");