visual-studio-code

Is there something similar to "Set Next Statement" available in Visual Studio code?


Usually while debugging C++ code in Microsoft Visual Studio 2015 I find the "Set Next Statement" very useful. Wanted to check if something similar to "Set Next Statement" is also available in Visual Studio code debugger while debugging a Node js application where I can change the statement where I want my next execution to begin during debugging.


Solution

  • Yes, this feature is available under the name "Jump to Cursor":

    https://code.visualstudio.com/updates/v1_36#_jump-to-cursor

    It will become available as an "Set next statement" alias:

    https://github.com/microsoft/vscode-python/issues/9947#issuecomment-610631969

    As of now,

    No.

    This is a much-requested feature,

    and some work with that aim has been done already:

    But the feature is not available yet in VS Code.