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

Prefer type any to number for thread ids in debug protocol #6006

Closed
indiejames opened this issue Apr 30, 2016 · 2 comments
Closed

Prefer type any to number for thread ids in debug protocol #6006

indiejames opened this issue Apr 30, 2016 · 2 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality verified Verification succeeded
Milestone

Comments

@indiejames
Copy link

  • VSCode Version: 1.0.0
  • OS Version: OS X 10.11.4

The debug protocol identifies threads with a unique number, but in some languages (e.g., on the JVM) threads are identified by names using a string. It would be more flexible if the debug protocol used any instead of number to reference threads.

@bpasero bpasero added feature-request Request for new features or functionality debug Debug viewlet, configurations, breakpoints, adapter issues labels May 2, 2016
@weinand weinand added this to the May 2016 milestone May 2, 2016
@weinand
Copy link
Contributor

weinand commented May 22, 2016

@indiejames this is a good suggestion, but I cannot change the protocol in a backward compatible way. So this will have to wait until we start the 'debug protocol 2.0'.

I'll move this request over to the debug protocol repository.

@weinand
Copy link
Contributor

weinand commented May 22, 2016

This issue was moved to Microsoft/vscode-debugadapter-node#26

@weinand weinand closed this as completed May 22, 2016
@weinand weinand added the verified Verification succeeded label May 27, 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
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants