visual studio 2012 - VS2012 Very Slow in Debug Mode -


recently start have problems debugging within vs2012 (with update 1). behavior slow bring page when page has little code. see "build succeeded" message on bottom there takes forever page show , hd seems busy spinning. "unable start debugging on web server. web server did not respond in timely manner." error. if retry couple of times , page show next time instantaneous if don't change in code. once modify on page problems shows again.

i've tried following none of them helped:

  1. cache symbol files locally (tools | options - debugging -> symbol)
  2. delete breakpoints

anyone has experience problem? thanks.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -