I’m working on some code that uses the System.Diagnostics.Trace class and I’m wondering how to monitor what is written via calls to Trace.WriteLine() both when running in debug mode in Visual Studio and when running outside the debugger.
I’m working on some code that uses the System.Diagnostics.Trace class and I’m wondering how
Share
Try Debug View. It works quite nicely.