Updating breakpoint from debug adapter does not work if another session is focused #80014
Labels
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
help wanted
Issues identified as good community contribution opportunities
verified
Verification succeeded
Milestone
When implementing Debug Adapter Protocol, I sometimes issue
breakpoints
event where breakpoints change theverified
status fromfalse
totrue
. If that happens while another debugging session is current (focused), the update is ignored.I think the problem is in this line. Here
idFromAdapter
depends on currently focused debugging session, which may or may not be the one receiving the event.Steps to reproduce:
testWorkspace
folder included in the branch above.session2.md
file on the line with "lazy".The text was updated successfully, but these errors were encountered: