-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Closed
microsoft/azuredatastudio
#7206Labels
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 issuesverifiedVerification succeededVerification succeeded
Milestone
Description
- 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 bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeededVerification succeeded