Skip to content

VSCode does not surface errors resulting from SetDataBreakpoints requests. #80452

Closed
microsoft/azuredatastudio
#7206
@vadimcn

Description

@vadimcn
  • VSCode Version: 1.38
  • OS Version: Ubuntu 18.04

At the moment, VSCode seems to assume that a successful return from DataBreakpointInfoRequest automatically means that setting a data breakpoint on that variable will succeed. It ignores the verified flag returned in SetDataBreakpointsResponse, nor does it show the attached message.

This is very unfortunate, because in native code, there is a multitude of reasons why data breakpoint creation may fail, and it isn't really possible to predict the outcome in advance.

Would be nice to have some way of surfacing failures in SetDataBreakpoints to the user.

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

Relationships

None yet

Development

No branches or pull requests

Issue actions