没有提供源代码源代码

2023-09-02 21:10:34 作者:顾北°

我不知道发生了什么,或者如果我做了什么.. 现在,任何时候我尝试调试它说,没有适用于所有的BCL的东西源 例如,在一个debug.print我得到的消息

I am not sure what happened or if I did anything.. Now anytime I try and debug it says no source available on all BCL stuff For example, on a debug.print I get that message with

定位源   F: DD 新民主党 FX的 src CompMod 系统诊断 Debug.cs。   校验:MD5 {40 74 18 44 15 A8 28 2E   54 75 5E 40 D1 5F 6A 0}

Locating source for 'f:ddndpfxsrcCompModSystemDiagnosticsDebug.cs'. Checksum: MD5 {40 74 18 44 a8 15 28 2e 54 75 5e 40 d1 5f 6a 0}

的文件   F: DD 新民主党 FX的 src CompMod 系统诊断 Debug.cs   不存在

The file 'f:ddndpfxsrcCompModSystemDiagnosticsDebug.cs' does not exist.

在看剧本文档   F: DD 新民主党 FX的 src CompMod 系统诊断 Debug.cs'......

Looking in script documents for 'f:ddndpfxsrcCompModSystemDiagnosticsDebug.cs'...

展望为项目   F: DD 新民主党 FX的 src CompMod 系统诊断 Debug.cs。   该文件是不是在一个项目中找到。

Looking in the projects for 'f:ddndpfxsrcCompModSystemDiagnosticsDebug.cs'. The file was not found in a project.

看,在目录C: PROGRAM   文件微软的Visual Studio   10.0 VC CRT SRC '......

Looking in directory 'C:Program FilesMicrosoft Visual Studio 10.0VCcrtsrc'...

看,在目录C: PROGRAM   文件微软的Visual Studio   10.0 VC atlmfc的 src MFC '......

Looking in directory 'C:Program FilesMicrosoft Visual Studio 10.0VCatlmfcsrcmfc'...

看,在目录C: PROGRAM   文件微软的Visual Studio   10.0 VC atlmfc的 src ATL '......

Looking in directory 'C:Program FilesMicrosoft Visual Studio 10.0VCatlmfcsrcatl'...

看,在目录C: PROGRAM   文件微软的Visual Studio   10.0 VC atlmfc 包括...

Looking in directory 'C:Program FilesMicrosoft Visual Studio 10.0VCatlmfcinclude'...

调试源文件设置   活性溶液表明   调试器将不会要求用户找到   文件:   F: DD 新民主党 FX的 src CompMod 系统诊断 Debug.cs

The debug source files settings for the active solution indicate that the debugger will not ask the user to find the file: f:ddndpfxsrcCompModSystemDiagnosticsDebug.cs.

调试器无法找到   源文件   F: DD 新民主党 FX的 src CompMod 系统诊断 Debug.cs。

The debugger could not locate the source file 'f:ddndpfxsrcCompModSystemDiagnosticsDebug.cs'.

这一切发生的时候,现在我:

This happens all the time now and I:

请不要有F: 启用.NET Framework的源步进未被选中

有一些其他偷偷摸摸的设置,使这些消息消失?

Is there some other sneaky setting to make these messages go away?

推荐答案

F: DD 新民主党 FX的 src ... 是路径源本机上的文件了.NET Framework编译的。

f:ddndpfxsrc... is the path to the source file on the machine that the .Net Framework was compiled on.

进入工具,选项,调试,符号,然后选择只有指定的模块。 此外,取消选中启用调试/一般源服务器的支持。

Go to Tools, Options, Debugging, Symbols, and select Only specified modules. Also, uncheck Enable source server support in Debugging/General.