Reference API Roblox

Engine API

Website

Related

Reference API Roblox

BreakReason

Reason for the breakpoint hit.

Items 4

HistoryNameValueDescription
391Other0

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

391Error1

Pausing on error hit in the code.

598SpecialBreakpoint2

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

598UserBreakpoint3

Pausing on a user breakpoint.

Description

Value for the reason the ScriptDebugger.EncounteredBreak signal fired.

History 7

Settings