Function set_break_on_error

Source
pub fn set_break_on_error(flag: bool) -> Result<bool>
Expand description

Sets/resets the break-on-error mode.

When the break-on-error mode is set, the default error handler issues a hardware exception, which can make debugging more convenient.

\return the previous state