Show breakpoint data from multiple debug sessions #137435
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
feature-request
Request for new features or functionality
Milestone
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.
The text was updated successfully, but these errors were encountered: