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

Connect to Debug Target #8929

Closed
tsmaeder opened this issue Feb 27, 2018 · 1 comment
Closed

Connect to Debug Target #8929

tsmaeder opened this issue Feb 27, 2018 · 1 comment
Assignees
Labels
kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed. sprint/current

Comments

@tsmaeder
Copy link
Contributor

This epic represents the minimal demoable feature for the debug protocol Theia debugger. The scenario we'd like to implement is the following:

  1. In Theia, invoke an action that allows to connect to a preexisting debug target
  2. With the help of some user input, the debugger connects to said target
  3. The connected debug target shows up in a UI with identifying information
  4. The user disconnects from the debug target
@tsmaeder tsmaeder added kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed. sprint/next team/languages labels Feb 27, 2018
@tsmaeder
Copy link
Contributor Author

tsmaeder commented Feb 27, 2018

Steps to achieve this goal:

  • Implement contribution API for debug adapters
  • Create contribution for NodeJS debug adapter
  • Implement an action to connect to a nodejs instance with a given port
  • Show Debug Sessions
  • Implement action to send "disconnect" to debug target

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed. sprint/current
Projects
None yet
Development

No branches or pull requests

2 participants