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

Debug API: expose threadId #109950

Closed
WaynePhillipsEA opened this issue Nov 4, 2020 · 3 comments
Closed

Debug API: expose threadId #109950

WaynePhillipsEA opened this issue Nov 4, 2020 · 3 comments
Assignees
Labels
api debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality
Milestone

Comments

@WaynePhillipsEA
Copy link

It would be immensely helpful if we could have access to the current threadId of the active thread being debugged in vscode, through the vscode.debug.* namespace. If I'm not mistaken, this is not currently exposed.

For example, hypothetically, if we wanted to create a new button on the debug toolbar for stepping over two lines at a time, we would need to send a customRequest() to our DAP, but we need the threadId in order to correctly identify the thread.

@vscodebot
Copy link

vscodebot bot commented Nov 4, 2020

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@weinand weinand added debug Debug viewlet, configurations, breakpoints, adapter issues api feature-request Request for new features or functionality labels Nov 4, 2020
@weinand weinand added this to the On Deck milestone Nov 4, 2020
@weinand
Copy link
Contributor

weinand commented Oct 27, 2022

/duplicate #63943

@vscodenpa vscodenpa added the *duplicate Issue identified as a duplicate of another issue(s) label Oct 27, 2022
@vscodenpa
Copy link

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.

Happy Coding!

@vscodenpa vscodenpa closed this as not planned Won't fix, can't repro, duplicate, stale Oct 27, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Dec 11, 2022
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 *duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants