Go to current executing statement in Visual Studio while Debugging

半世苍凉 提交于 2019-12-02 16:58:19
Damien_The_Unbeliever

In the Debug Context Menu, there's a "Show Next Statement" option that should do what you want.

If you've got the default General Development Settings applied, the default key binding for this is Alt+Num *. To see what it is in your settings, go to Tools -> Options -> Environment -> Keyboard, and find Debug.ShowNextStatement. You can, of course, also then change the key binding to one of your preference.

Alt-* does take you to the current statement but it also shows you the disassembly. Use Alt-NUMERIC-*

Keyboard short cut in Visual Studio to return to current execution statement, press ALT + *

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!