Just add the following snippet to your code (C#):
#if DEBUGIt will break the service and let's you select the debugger you want to attach it to.
System.Diagnostics.Debugger.Launch();
#endif
February 2009

