Debug Windows Service

后端 未结 11 1412
既然无缘
既然无缘 2020-11-29 17:09

Scenario

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

11条回答
  •  爱一瞬间的悲伤
    2020-11-29 17:57

    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.

提交回复
热议问题