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

前端 未结 14 2646
滥情空心
滥情空心 2021-02-12 11:25

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 debuggi

14条回答
  •  后悔当初
    2021-02-12 11:46

    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

提交回复
热议问题