How can one look at .NET Debug.WriteLine traces outside the debugger?
|
|
You can either use DbgView from Sysinternals or add the following to your applications config file to trace messages to the console:
You can also change the type of the trace listener in the log file from |
||||||
|
|
|
Check out DebugView. I have not used this with .NET, but I have used it with VC++ apps. |
||||
|
|
|
Use dbgview |
||
|
|
