Dec 2, 2009

Debugging Windows Service

If you have just started to learn how to create windows service, first question would be how to debug service. This article on codeproject http://www.codeproject.com/KB/tips/EasyDebugWindowsServices.aspx by Eric De Carufel shows exactly how you can debug windows service and have control over it.  I especially liked the winform provided there using which you can start, pause continue or stop your windows service.
It is very easy, just follow the steps or download the source code if required.

No comments:

Post a Comment