Skip to main content

do_tbreakpoint

Function do_tbreakpoint 

Source
pub fn do_tbreakpoint(args: &[Value<'_>], state: &mut State<'_>) -> Result<()>
Expand description

Set a temporary breakpoint at the given address or previous RIP.

Temporary breakpoints are removed after they are hit.

ยงErrors

Returns an error if argument parsing or breakpoint insertion fails.