VS2010 Debug entry very slow

前端 未结 5 1077
挽巷
挽巷 2020-12-17 00:24

When I start debugging my web application either from Start with Debugging (F5) or attaching to the ASP.NET worker process it will load the assemblies from the application v

5条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-17 01:06

    I had this same problem, though this solution didn't do it for me. In the end, I had to go into Tools->Options->Debugging->Symbols and uncheck the Symbol file (.pdb) locations as well as click the Empty Symbol Cache button. After that, debugging was much nicer.

提交回复
热议问题