Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable VS' "downloading public symbols"

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?

like image 283
lance Avatar asked Sep 28 '10 21:09

lance


1 Answers

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

like image 188
AareP Avatar answered Sep 23 '22 14:09

AareP