Debug API: expose threadId #109950
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
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.
The text was updated successfully, but these errors were encountered: