pub enum SetFunctionBreakpoints {}
Expand description
Replaces all existing function breakpoints with new function breakpoints.
To clear all function breakpoints, specify an empty array.
When a function breakpoint is hit, a stopped
event (with reason function breakpoint
) is generated.
Clients should only call this request if the corresponding capability supportsFunctionBreakpoints
is true.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetFunctionBreakpoints
impl RefUnwindSafe for SetFunctionBreakpoints
impl Send for SetFunctionBreakpoints
impl Sync for SetFunctionBreakpoints
impl Unpin for SetFunctionBreakpoints
impl UnwindSafe for SetFunctionBreakpoints
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