Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Run' action #3906

Closed
3 tasks done
weinand opened this issue Mar 9, 2016 · 0 comments
Closed
3 tasks done

'Run' action #3906

weinand opened this issue Mar 9, 2016 · 0 comments
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Milestone

Comments

@weinand
Copy link
Contributor

weinand commented Mar 9, 2016

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'.

  • Verify that 'Run' works as expected for node (and mono) programs as well as extensions.
  • Verify that debug functionality is disabled in 'run' mode.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Projects
None yet
Development

No branches or pull requests

2 participants