debugger: Add data breakpoint access type support (#34639)

Release Notes:

- Support specifying a data breakpoint's access type - Read, Write, Read
& Write
This commit is contained in:
Anthony Eid 2025-07-17 13:05:58 -04:00 committed by GitHub
parent 8980526a85
commit ae0d4f6a0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 77 additions and 20 deletions

1
Cargo.lock generated
View file

@ -4427,6 +4427,7 @@ dependencies = [
"pretty_assertions",
"project",
"rpc",
"schemars",
"serde",
"serde_json",
"serde_json_lenient",