Click or drag to resize

Cv2SetBreakOnError Method

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.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static bool SetBreakOnError(
	bool flag
)

Parameters

flag
Type: SystemBoolean

[Missing <param name="flag"/> documentation for "M:OpenCvSharp.Cv2.SetBreakOnError(System.Boolean)"]

Return Value

Type: Boolean
the previous state
See Also