Cannot find .cs files for debugging .NET source code

后端 未结 11 2232
清酒与你
清酒与你 2020-11-29 23:04

I tried setting up debugging the .NET source by following this MDSN walkthrough. The Symbol cache is setup properly, as is the check \'Enable .NET Framework source stepping\

11条回答
  •  -上瘾入骨i
    2020-11-29 23:20

    In my case I wound up renaming the class. Maybe it was getting confused with some other module. Once I had renamed it I could step in.

提交回复
热议问题