Visual Studio 2010 F10/F11 Stepping Slow, Toolbar Stepping Fine

debuggingvisual studio 2010

I'm running Visual Studio 2010 with SP1, as well as R# 5.1, and a few other extensions (like PowerCommands and Productivity Power Tools). Somewhere along the lines, my debugging got super slow. If I use the F10/F11 keys to step, VS hangs for a bit and then steps. If I use the toolbar buttons for stepping, it's snappy as expected.

Any idea what's up with my shortcut keys?

Best Answer

I had exactly the same problem - extremely slow debugging with keyboard (F10 for example). Some symptoms:

  • if I click Step Into on toolbar, then everything works normal,
  • the lag during debugging is present not only in Visual Studio but anywhere (notepad, browser,...),
  • if I set any other browser as default browser in Visual Studio (I tried Firefox), then it works OK,
  • if I disable third-party browser extensions in IE, then it works OK,
  • if I enable third-party browser extensions and disable LastPass, then the problem is gone and debugging with keyboard is fast again!

So, try to disable LastPass extension if you have it or all extensions and try it.

Edit1 - somebody allready posted this on LastPass forum: http://forums.lastpass.com/viewtopic.php?f=12&t=61029

Edit2 - and here on SO also :) https://stackoverflow.com/a/8186670/1110039