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

vscode.startDebug api command #6248

Closed
1 task done
isidorn opened this issue May 10, 2016 · 0 comments
Closed
1 task done

vscode.startDebug api command #6248

isidorn opened this issue May 10, 2016 · 0 comments
Labels
api debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Milestone

Comments

@isidorn
Copy link
Contributor

isidorn commented May 10, 2016

We have exposed vscode.startDebug command as an extension API. Verify:

  • you can start debugging from an extension by invoking this command
  • you can pass in the name of your configuration in launch.json as an argument.
  • you can pass the full json object of your configuration as an argument
    • if your json contains a "noDebug": true start without debugging is started by vscode

More details: #4615

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Projects
None yet
Development

No branches or pull requests

2 participants