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

Show breakpoint data from multiple debug sessions #137435

Closed
HampusAdolfsson opened this issue Nov 18, 2021 · 5 comments
Closed

Show breakpoint data from multiple debug sessions #137435

HampusAdolfsson opened this issue Nov 18, 2021 · 5 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality

Comments

@HampusAdolfsson
Copy link

I am running two debug sessions at the same time for the same program (one in a simulator and one on hardware). When I set a breakpoint, the debug adapters return different results for it (different messages, and sometimes one of them fails to verify the breakpoint). Currently, only the message from one of the sessions/adapters is shown when I hover a breakpoint (no matter which session I have selected), and the breakpoint is shown as verified as long as it is verified in at least one session.

In my opinion, the hover message should depend on which session I have selected, like the variables and console views do. Also, when I select a session, I'd prefer if any breakpoints not verified for that session were shown as unverified.

@weinand weinand added debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality labels Nov 18, 2021
@weinand
Copy link
Contributor

weinand commented Nov 18, 2021

related issue #126608

@hyangah
Copy link

hyangah commented Jan 12, 2022

I was about to file the exactly same issue in the context of #135105 (comment).
If this issue is addressed and VSCode can separate different debug sessions in the breakpoint pane like other UI components (stack, variables, debug console), we will be closer to the solution to communicate clearly about unverified breakpoints.

cc @suzmue @polinasok

@github-actions github-actions bot locked and limited conversation to collaborators Mar 5, 2022
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
Projects
None yet
Development

No branches or pull requests

5 participants
@roblourens @weinand @hyangah @HampusAdolfsson and others