Skip to content

Exception Breakpoints don't honor BreakpointMode #272410

@tsmaeder

Description

@tsmaeder

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:

  1. Use a debug adapter that supports breakpoint modes on exception breakpoints
  2. Start a debug sessions and break on some line, throw a caught exception somewhere in the code
  3. In the breakpoints view, right click on the "caught exceptions" breakpoint
  4. Click on the "Edit Mode..." context menu
  5. Select a mode
  6. Run over exception throw
  7. Observe: the breakpoint mode is not honored, in particular, the filterOptions field in SetExceptionBreakpointsArguments is never set

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesstaleIssues that have not been triaged in an appropriate amount of time

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions