PcoWSkbVqDnWTu_dm2ix
The Developer Hub is now deprecated and information on this page may no longer be accurate. To see our new and improved documentation, please click here. You can read more about the future of documentation here.
Collapse Sidebar

BreakReason

BreakReason

Value for the reason the ScriptDebugger/EncounteredBreak signal fired.


Enums

Name Value Description

Other

0

Pausing for a reason not covered by other values, for example if the user hit “Pause” button.

Error

1

Pausing on error hit in the code.

UserBreakpoint

3

Pausing on a user breakpoint.

SpecialBreakpoint

2

Pausing on an internal breakpoint set by debugger command: e.g. step over, step into, step out of.