Debug Windows Service

后端 未结 11 1394
既然无缘
既然无缘 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 18:01

    I recommend to add /test on project properties debug tab as a start option. Then you can run your service without having to install it.

提交回复
热议问题