Files
vscode/src/vs/workbench/contrib/debug
Connor PeetandGitHub d73fa8b14a debug: support data breakpoints by address (#206855)
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 https://github.com/microsoft/debug-adapter-protocol/issues/455
2024-03-04 20:08:00 -08:00
..