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'.
But subsequently, whenever I want to step into .NET code, I am prompted to specify the location of the relevant cs file. The error message is
You need to find <filename>.cs to view the source for the current call stack frame
and The debugger could not locate the source file <filename>.cs
.
I am offered to browse for the file (but I don't have it) or view a disassembly (but I don't want that).
How to step into the .NET source code?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…