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

前端 未结 14 2662
滥情空心
滥情空心 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:02

    (Making a note here on an old thread, so it can be found in a web search.)

    I normally leave the ==Disassembly== window open during debugging (I have a big screen.) I just discovered that single-stepping in the debugger can be speeded up by 50% if I hide that window too. The -tab- for it can exist and be handy - makes no difference - but the window itself shouldn't be showing. Ahah.

    Have followed all the other suggestions and more from elsewhere, single-stepping is now about 8 times faster overall. (About 2.5 steps per second now.) Woo-hoo! Thank you all.

    (I don't understand how they can write such slow UI code... I have a CPU here that's running at two billion cycles per second... that works out to about 400 million instructions per single step. Seems like Microsoft code could be a -little- faster... but then, I've never had the pleasure of using .NET etc.)

提交回复
热议问题