是否可以在Visual Studio 2012 C ++中为“Step Into Specific”分配快捷方式?

时间:2016-09-09 08:33:08

标签: c++ visual-studio visual-studio-2012 keyboard-shortcuts

我最近在Visual Studio中调试C ++(使用VS2012)时发现了“Step into Specific”选项,这非常有用,尤其是在有许多构造函数,智能指针等的情况下。

然而,由于我主要使用键盘进行调试(F9,F10,F11,Shift-F11),我想知道是否有可能以某种方式将此功能添加到键盘保留曲目中?

或者,因为我主要在

等函数上使用“step into specific”命令
void doSomethingInterestingWith(sharedPtrToDb->getEltFromDb(EltId(atoi(key)))) 

我想知道是否可以创建一个直接进入外部函数的快捷方式(doSomethingInterestingWith()

1 个答案:

答案 0 :(得分:4)

有一个 Debug.StepIntoSpecific 命令,默认快捷方式Shift+Alt+F11显示一个上下文菜单,其中包含您可以使用键盘选择的功能。