Skip to content

Support Data Breakpoints across sessions #195151

@KutluOzel-b

Description

@KutluOzel-b

We are implementing a debugger extension, which is working as a remote debugger.
While implementing data breakpoints feature, we found out there is no source binding approach and programatically control over data breakpoints which causes multiple problems.

To resolve those issues we need a support for ;

  • Data breakpoints can be created / removed programatically.
  • Source bound (although we can achieve this with dataId generated by dataBreakpointInfo method on DAP, it would be much better to manage if they are alike line breakpoints considering complexity of the methods while multiple sesions active.

Metadata

Metadata

Assignees

Labels

api-proposaldebugDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions