You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to the vscode protocol in VS, we would need support for data breakpoints in the protocol. These are currently a native only feature, but one of the most commonly requested features in managed (requiring clr changes).
The minimum fields would be
threadid the databp applies to (optional)
a data expression to be evaluated to an address
The size of number of elements (limited by hardware, but other runtimes may not have this limitation.
The VS ui only supports data breakpoints when a value changes, but we do get asked for read data breakpoints sometimes.
The text was updated successfully, but these errors were encountered:
his feature request will not be considered in the next 6-12 months roadmap and as such will be closed to keep the number of issues we have to maintain actionable.
Thanks for understanding and happy coding!
In order to the vscode protocol in VS, we would need support for data breakpoints in the protocol. These are currently a native only feature, but one of the most commonly requested features in managed (requiring clr changes).
The minimum fields would be
The VS ui only supports data breakpoints when a value changes, but we do get asked for read data breakpoints sometimes.
The text was updated successfully, but these errors were encountered: