I\'ve got a windows service written in C#. I\'ve read all the google threads on how to debug it, but I still can\'t get it to work. I\'ve run \"PathTo.Net
This has helped me a lot when developing/debugging windows services:
http://windowsservicehelper.codeplex.com/
Just press F5 to debug. Very easy.
Andrey's approach is also very good.