-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesstaleIssues that have not been triaged in an appropriate amount of timeIssues that have not been triaged in an appropriate amount of time
Description
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
filterOptionsfield inSetExceptionBreakpointsArgumentsis never set
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesstaleIssues that have not been triaged in an appropriate amount of timeIssues that have not been triaged in an appropriate amount of time