pub enum SetDataBreakpoints {}
Expand description
Replaces all existing data breakpoints with new data breakpoints.
To clear all data breakpoints, specify an empty array.
When a data breakpoint is hit, a stopped
event (with reason data breakpoint
) is generated.
Clients should only call this request if the corresponding capability supportsDataBreakpoints
is true.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetDataBreakpoints
impl RefUnwindSafe for SetDataBreakpoints
impl Send for SetDataBreakpoints
impl Sync for SetDataBreakpoints
impl Unpin for SetDataBreakpoints
impl UnwindSafe for SetDataBreakpoints
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more