Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.105.0 (and main branch)
- OS Version: Windows
Steps to Reproduce:
- Use a debug adapter that supports breakpoint modes on exception breakpoints
- Start a debug sessions and break on some line, throw a caught exception somewhere in the code
- In the breakpoints view, right click on the "caught exceptions" breakpoint
- Click on the "Edit Mode..." context menu
- Select a mode
- Run over exception throw
- Observe: the breakpoint mode is not honored, in particular, the
filterOptions field in SetExceptionBreakpointsArguments is never set
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
filterOptionsfield inSetExceptionBreakpointsArgumentsis never set