Debugging Services
#If DEBUG Then
System.Diagnostics.Debugger.Launch()
System.Diagnostics.Debugger.Break()
#End If
Here are some links to pages that helped.
Dave's Place
Debugging a .Net Windows Service the "easy way"
Pick A Bar: Three little tips for debugging .Net Windows Services
Labels: .Net