当我在 VS2010中调试我的 ASP.NET 网络应用时,会出现一个标题为“下载公共符号”的对话框。
如何指示 VisualStudio没有尝试此操作?
You can do this from the Symbols option page
Also you may want to disable "Enable .net framework source stepping" in Tools → Options → Debugging settings.
Disable "Enable .net framework source stepping" in Tools → Options → Debugging settings.
From VS Main Menu -> Debug -> Options and Settings Make sure all the following parameters are configured as follows:
Debugging -> General -> 'Enable Just My Code' is Enabled Debugging -> General -> 'Enable .NET Framework source stepping' is Disabled (this might occur automatically after setting step 1) Debugging -> Symbols -> All symbol files locations are unchecked
Debugging -> General -> 'Enable .NET Framework source stepping' is Disabled (this might occur automatically after setting step 1)
Debugging -> Symbols -> All symbol files locations are unchecked