I have created a windows service and installed it manually. Later started the service from Services tool. Now I want to dubug the windows service application from Visual st
If you have JIT debugging turned on, DebugBreak() at startup will allow you to launch into the debugger.