Reference API Roblox

Engine API

Website

Related

Reference API Roblox

DebuggerResumeType

Specifies how the debugger should resume execution after a pause.

Items 4

HistoryNameValueDescription
721StepInto0

Step into the next function call on the specified thread.

721StepOut1

Step out of the current function on the specified thread.

721StepOver2

Step over the current line on the specified thread.

721Resume3

Resume execution normally without stepping.

Description

Returned from the ScriptDebuggerService.OnStopped callback (via ScriptResumeAction) to control how execution resumes after a debugger pause.

History 5

Settings