_CP_pick_break

_CP_pick_break causes all subsequent breaks to push a level or drop into the debugger as is standard in D3.

Syntax

int _CP_pick_break()

Description

This function returns -1 if an error occurs. The error code is contained in _CP_errno.

NOTE

The break mode is set to _CP_pick_break by default.

Turning the BREAK key off with the _CP_break call disables breaks.

Example(s)

_CP_pick_break();

See Also

C Functions Overview, _CP_unix_break