_CP_pick_break

_CP_pick_break


_CP_page_n Index Level _CP_pick_env
Syntax int _CP_pick_break()
Category C Interface
Type C Function
Description causes all subsequent breaks to push a level or drop into the debugger as is standard in Pick.

This function returns -1 if an error occurs. The error code is contained in _CP_errno.
Options
See Also C Functions introduction _CP_unix_break
Example _CP_pick_break();
Warnings The break mode is set to _CP_pick_break() by default.

Turning the break key off with the _CP_break() call will disable breaks.
Compatibility AP 6.1
_CP_page_n Index Level _CP_pick_env