Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug: support data breakpoints by address #206855

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

connor4312
Copy link
Member

This creates a new "Add Data Breakpoint at Address" action in the
breakpoints view when a debugger that supports the capability is
available. It prompts the user to enter their address in a quickpick,
and then allows them to choose appropriate data access settings.

The editor side of microsoft/debug-adapter-protocol#455

This creates a new "Add Data Breakpoint at Address" action in the
breakpoints view when a debugger that supports the capability is
available. It prompts the user to enter their address in a quickpick,
and then allows them to choose appropriate data access settings.

The editor side of microsoft/debug-adapter-protocol#455
@connor4312 connor4312 self-assigned this Mar 5, 2024
@connor4312 connor4312 enabled auto-merge (squash) March 5, 2024 00:18
@vscodenpa vscodenpa added this to the March 2024 milestone Mar 5, 2024
@connor4312 connor4312 merged commit d73fa8b into main Mar 5, 2024
7 checks passed
@connor4312 connor4312 deleted the connor4312/debug-data-address-breakpoints branch March 5, 2024 04:08
yiliang114 pushed a commit to yiliang114/vscode that referenced this pull request Mar 6, 2024
This creates a new "Add Data Breakpoint at Address" action in the
breakpoints view when a debugger that supports the capability is
available. It prompts the user to enter their address in a quickpick,
and then allows them to choose appropriate data access settings.

The editor side of microsoft/debug-adapter-protocol#455
@microsoft microsoft locked and limited conversation to collaborators Jun 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants