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).