Unable to automatically step into the server when debugging WCF

后端 未结 5 2557
半阙折子戏
半阙折子戏 2021-02-19 19:45

I get the dreaded:

Unable to automatically step into the server. The remote procedure could not be debugged.This usually indicates that debugging has not been enable

5条回答
  •  不知归路
    2021-02-19 20:24

    First of all, I have this problem in Visual Studio 2015.

    If you add a breakpoint on the line that calls WCF Service and press F11 in debug time to go into the WCF code, be aware you MUST add a breakpoint on the first line of WCF Service you are calling.

提交回复
热议问题