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:
parent
8980526a85
commit
ae0d4f6a0d
5 changed files with 77 additions and 20 deletions
|
@ -688,7 +688,7 @@ impl MemoryView {
|
|||
menu = menu.action_disabled_when(
|
||||
*memory_unreadable,
|
||||
"Set Data Breakpoint",
|
||||
ToggleDataBreakpoint.boxed_clone(),
|
||||
ToggleDataBreakpoint { access_type: None }.boxed_clone(),
|
||||
);
|
||||
}
|
||||
menu.context(self.focus_handle.clone())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue