Closed
Description
- VSCode Version: 1.11.1
- OS Version: Windows 10 Anniversary
Steps to Reproduce:
- User starts debugging a file which spawns a debug adapter
- User clicks breakpoints in the gutter of that file
- Something happens in the debug adapter causing a BreakpointEvent to be sent back to the debugger client
- New breakpoint icon appears on the appropriate line, all other breakpoint icons disappear
I've tried this with reason
set to new
and changed
, same result.