Visual Studio无法查找文件 - 调试

时间:2016-09-22 19:53:25

标签: c# visual-studio-2015

在Visual Studio 2015中调试期间,它无法找到文件:

xxxx.cs not found
You need to find xxx.cs to view the source for the current call stack frame

Try one of the following options:
- Browse and find xxx.cs

You can view disassembly in the Dissasembly window. To alsways view dissassembly for the missing source files, change the setting in the Options dialog

有问题的.cs文件来自第三方dll,所以我不希望能够逐步完成它。它好像我不是在调试,但我是,我在web.config中。我在VS中尝试了一百万个设置,但似乎没有任何帮助。例如:

启用Just My Code未选中 将文件添加到“不要查找这些源文件”列表使得它停止询问文件的位置,但我仍然得到'xxx.cs not found'选项卡

1 个答案:

答案 0 :(得分:1)

这可能是一个非常愚蠢的答案,你可能已经找到了一个更好的答案。

如果您试图阻止Visual Studio单步执行非用户代码,则必须删除dll的.pdb并在选项中启用“仅我的代码”。