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 should provide an API to allow extensions to launch a debug adapter #5925

Closed
gregg-miskelly opened this issue Apr 28, 2016 · 2 comments
Labels
api feature-request Request for new features or functionality

Comments

@gregg-miskelly
Copy link
Member

In order to enable the C# extension to be able to launch the debugger against unit tests, we need to allow the many body of the C# extension to be able to start the debugger, and we need some way to tell the debugger what to do (in our case attach to a specific process).

To solve this, we would like there to be an API exposed to extensions which allows launching the debugger with a specified set of launch option json. Something like:

export function launchDebugger(launchOptions :any) : Thenable

@bpasero bpasero added feature-request Request for new features or functionality api labels Apr 28, 2016
@jrieken
Copy link
Member

jrieken commented Apr 29, 2016

@isidorn Isn't there a command for this? Then executeCommand should do it

@isidorn
Copy link
Contributor

isidorn commented Apr 29, 2016

Dup of #4615

@isidorn isidorn closed this as completed Apr 29, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

4 participants