Cannot find .cs files for debugging .NET source code

后端 未结 11 2240
清酒与你
清酒与你 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条回答
  •  野性不改
    2020-11-29 23:13

    Clean the solution before build solved the issue for me.

    Just navigate and click on:

    1. Build -> Clean Solution.
    2. Build -> Build Solution (Ctrl + Shift + B).

提交回复
热议问题