Skip to main content

do_quit

Function do_quit 

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

Quit the debugger and exit the tracer loop.

Marks the execution state as Exit and prints a message.

ยงErrors

Returns an error if the underlying exit action fails (unlikely).