【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: debug error unable to automatically step into the server in VS 2013 on win 7
发信站: BBS 未名空间站 (Sun Jan 25 10:09:24 2015, 美东)
I am doing debug in C# for project with web services in VS 2013 on win 7.
I got error:
visual studio unable to automatically step into the server.
unable to determine a stopping location. Verify symbols are located.
Error while processing breakpoints
I have checked the links of : https://msdn.microsoft.com/en-us/library/bb157687.aspx https://msdn.microsoft.com/en-us/library/65004e38.aspx
VisualStudio - step into another project with different .NET version https://msdn.microsoft.com/en-us/library/e8z01xdh.aspx
But, none of them works for me.
How to debug into the code ?
Any help would be appreciated.