Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ScriptStoppedReason

Describes why the debugger paused execution.

Items 5

HistoryNameValueDescription
721Breakpoint0

Execution stopped because a user-defined breakpoint was hit.

721Exception1

Execution stopped because an exception was thrown (governed by the current DebugBreakModeType).

721Pause2

Execution stopped because ScriptDebuggerService:Pause() was called.

721Step3

Execution stopped after completing a step operation.

721Entry4

Execution stopped at a script's entry point.

Description

Passed in the ScriptDebugStopped payload to the ScriptDebuggerService.OnStopped callback, indicating what triggered the pause.

History 6

Settings