# _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](https://d3codex.com/cfunctions/c-functions-overview/)
- [_CP_unix_break](https://d3codex.com/cfunctions/cp-unix-break/)

---
Source: https://d3codex.com/cfunctions/cp-pick-break/ - part of the D3Codex reference.
