Skip to main content

do_info_breakpoints

Function do_info_breakpoints 

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

Print information about currently set breakpoints.

ยงErrors

Returns an error if state access fails (rare).