[][src]Function opencv::core::set_break_on_error

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

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