Is it possible to debug the Windows services in Visual Studio?
I used code like
System.Diagnostics.Debugger.Break();
but it is givi
You can also try this.
(After a lot of googling, I found this in "How to debug the Windows Services in Visual Studio".)