My program is a Windows Service, and I want to
System.Diagnostics.Trace.WriteLine or
System.Diagnostics.Debug.WriteLine.
, but I can't get any string by "DebugView(Sysinternals)".
I think DbgPrint should be used, but how do I with C#
My program is a Windows Service, and I want to
System.Diagnostics.Trace.WriteLine or
System.Diagnostics.Debug.WriteLine.
, but I can't get any string by "DebugView(Sysinternals)".
I think DbgPrint should be used, but how do I with C#
How to output debug information on program that is a Windows Service
KingKarter
hi.,
To debug windows service.,
The Processes dialog box appears.
Click Show system processes.
The Attach to Process dialog box appears.