Reference API Roblox

Engine API

Website

Related

Reference API Roblox

DebuggerPauseReason

Reason that the DataModel was paused.

Items 6

HistoryNameValueDescription
485Unknown0

Pausing for a reason not covered by other values.

485Requested1

Pause was requested by user.

485Breakpoint2

Pausing on a user breakpoint.

485Exception3

Pausing on error hit in the code.

485SingleStep4

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

485Entrypoint5

Pausing at the entry on the script.

Description

Reason that the DataModel was paused.

History 7

Settings