Search code examples
c++visual-studio-2008visual-studio-debugging

Vs2008 c++ dragging the arrow of the debugger with keyboard


When on debugging mode, there is an yellow arrow that shows the next command to be executed. Is there any way to drag that arrow with keyboard (rather than with the mouse)?

Thanks.


Solution

  • To my knowledge, not directly.

    You can, however, use the keyboard to navigate to the statement you want to execute next, then hit Ctrl+Shift+F10 to invoke the Set Next Statement command.