Can any one narrate how to debug Windows service.
Answers: To debug a Windows service, you can attach the WinDbg debugger to the process that hosts the service after the service starts, or you can configure the service to start next to the WinDbg debugger attached so that you can troubleshoot service-startup-related problems.
..
http://support.microsoft.com/kb/824344
Windows Service Debugging:
(from Microsoft KB)
http://support.microsoft.com/kb/824344