You can use
Trace.WriteLine("text");
This will output to the “Output” window in Visual Studio (when debugging).
make sure to have the Diagnostics assembly included:
using System.Diagnostics;
You can use
Trace.WriteLine("text");
This will output to the “Output” window in Visual Studio (when debugging).
make sure to have the Diagnostics assembly included:
using System.Diagnostics;