How to debug WCF programs

后端 未结 7 1171
执笔经年
执笔经年 2020-12-31 01:21

My code uses lots of WCF calls and when I try to debug it, it doesnt go to the service code itself. Is there a way to debug WCF code somehow?

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-31 01:45

    Attach to the service itself, not the code calling it.

提交回复
热议问题