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

前端 未结 14 2642
滥情空心
滥情空心 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 12:07

    Calling DirectInput's Acquire() function on a keyboard device is what caused the slowdown for me. This is potentially related to the SetWindowsHookEx() caused slowdown - ie. that might be using DirectInput.

提交回复
热议问题