0

Out of the blue Visual Studio started locking up on me for 2-5 minutes at a time when ending debugging (after a test run, in my case). CPU usage is high (maxing out one core). If I leave it, eventually it will unfreeze and continue as normal.

I've tried a number of solutions but nothing seems to help.

  • I don't have any add-ons installed
  • I tried restarting Visual Studio and my PC
  • I rebooted my PC and ran chkdsk /F
  • I don't have Show All Files turned on in the Solution Explorer
Community
  • 1
  • 1
Nate Barbettini
  • 51,256
  • 26
  • 134
  • 147

1 Answers1

0

Turned out to be stupidly simple: I saw a suggestion somewhere (can't remember where, sorry) to clear all breakpoints with Ctrl+Shift+F9. I did that and restarted the IDE for good measure, and so far it's been running fine.

Nate Barbettini
  • 51,256
  • 26
  • 134
  • 147