Debugging windows services

后端 未结 5 847
抹茶落季
抹茶落季 2020-12-10 20:55

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

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-10 21:53

    If you have JIT debugging turned on, DebugBreak() at startup will allow you to launch into the debugger.

提交回复
热议问题