You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to debugging a program, VS Code now supports to 'Run' a program. 'Run' still starts a debug session in order to reuse functionality that makes sense in both modes, e.g. the 'Stop' button to terminate the program, or the debug console. But all debug controls like 'Step' or 'Pause' buttons are disabled.
The 'Run' action is always available but it only 'runs' a program for debug extensions that support it (as of March this are 'node', 'extensionHost', and 'mono'). If 'run' mode is not supported, the 'Run' action behaviour is identical to 'Debug'.
Verify that 'Run' works as expected for node (and mono) programs as well as extensions.
Verify that debug functionality is disabled in 'run' mode.
The text was updated successfully, but these errors were encountered:
for #2780
In addition to debugging a program, VS Code now supports to 'Run' a program. 'Run' still starts a debug session in order to reuse functionality that makes sense in both modes, e.g. the 'Stop' button to terminate the program, or the debug console. But all debug controls like 'Step' or 'Pause' buttons are disabled.
The 'Run' action is always available but it only 'runs' a program for debug extensions that support it (as of March this are 'node', 'extensionHost', and 'mono'). If 'run' mode is not supported, the 'Run' action behaviour is identical to 'Debug'.
The text was updated successfully, but these errors were encountered: