Disable VS' “downloading public symbols”

2019-01-22 00:38发布

When I debug my ASP.NET webapp in VS2010, a dialog appears with the title "Downloading public symbols".

How do I instruct Visual Studio not to attempt this?

3条回答
别忘想泡老子
2楼-- · 2019-01-22 01:14

From VS Main Menu -> Debug -> Options and Settings
Make sure all the following parameters are configured as follows:

  1. Debugging -> General -> 'Enable Just My Code' is Enabled
  2. Debugging -> General -> 'Enable .NET Framework source stepping' is Disabled (this might occur automatically after setting step 1)

  3. Debugging -> Symbols -> All symbol files locations are unchecked

查看更多
劳资没心,怎么记你
3楼-- · 2019-01-22 01:16

You can do this from the Symbols option page

  • Tools → Options
  • Go To Debugging → Symbols
  • Uncheck all of the listed symbol file locations

Also you may want to disable "Enable .net framework source stepping" in Tools → Options → Debugging settings.

查看更多
我命由我不由天
4楼-- · 2019-01-22 01:23

Disable "Enable .net framework source stepping" in Tools → Options → Debugging settings.

查看更多
登录 后发表回答