PK_DEBUG_behaviours_start   

PK_ERROR_code_t                      PK_DEBUG_behaviours_start
(
--- received arguments ---
const PK_DEBUG_behaviours_start_o_t *options --- options structure
)


Initialises and starts the debug of the behaviours mechanism.


Specific Errors:
PK_ERROR_not_stopped    PK_DEBUG_behaviours_start already called since the last
                        call to PK_DEBUG_behaviours_stop (MILD).


Allows control over what happens if the behaviour versioning controls are
mixed with the legacy versioning controls (update switches or session software
options of the form PK_SESSION_pre_vXXX_switch_0_c) or if the legacy versioning
controls are used inconsistently.

The option value 'versioning' can be used to set the effect of mixing the
two types of controls.

This function can be called at any time.
See here for more information.