Method SetBreakOnError
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
SetBreakOnError(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.
public static bool SetBreakOnError(bool flag)
Parameters
flagbool
Returns
- bool
the previous state