js-util

Home > rc-js-util > _Debug > breakpoint

_Debug.breakpoint() method

Used in place of debugger statements when writing libraries. Should generally not be used directly.

Signature:

static breakpoint(this: void): boolean;

Parameters

Parameter Type Description
this void  

Returns:

boolean