Skip to content

Persisted data breakpoints are not registered when starting a new debug session #83743

@weinand

Description

@weinand

VS Code didn't respect the canPersist attribute of DataBreakpointInfoResponse well. When it is true, the BREAKPOINTS viewlet will keep it there after the debug session terminates. But when launching a new debug session, no setDataBreakpoints request are sent to debugger during initialization. The debugger has no chance to enable the persisted data breakpoints.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions