-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Open
Labels
debtCode quality issuesCode quality issuesdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issues
Milestone
Description
We need to do a couple of things:
- Currently for commands which are contributed for threads we pass the
threadIdas anumberargument. However this is not enough when you are debugging multiple sessions. Since thethreadIddoes not uniquly identify the thread across sessions. Due to that we should send a structured object which contains the sessionId and the threadId - For
stackFramewe pass the source uri string. Which is also not enough to identify the stackFrame. It should laso include the threadId and the sessionId - We need to add documention which explains what contexts we pass for contributed call stack commands
We will probably try not to break the current behavior, but add additional arugments after the current argument.
@testforstephen is Java contributing call stack commands for threads?
@roblourens @connor4312 fyi since the node debugging contribues Skip File commands
@weinand fyi
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
debtCode quality issuesCode quality issuesdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issues