This site is inactive!

This site is no longer kept up to date. It has been superseded by the Roblox API Reference. Please update your bookmarks.

Tags: notCreatable

Members

Properties

Property Type
CurrentLine int
IsDebugging bool
IsPaused bool
Script Class:Instance

Functions

Returns Function
Instance AddWatch ( string expression )
Objects GetBreakpoints ( )
Map GetGlobals ( )
Map GetLocals ( int stackFrame = 0 )
Array GetStack ( )
Map GetUpvalues ( int stackFrame = 0 )
Variant GetWatchValue ( Instance watch )
Objects GetWatches ( )
Instance SetBreakpoint ( int line )
void SetGlobal ( string name, Variant value )
void SetLocal ( string name, Variant value, int stackFrame = 0 )
void SetUpvalue ( string name, Variant value, int stackFrame = 0 )
void Resume ( )
void StepIn ( )
void StepOut ( )
void StepOver ( )

YieldFunctions

  • 1 yieldfunction inherited from Instance

Events

Event
BreakpointAdded ( Instance breakpoint )
BreakpointRemoved ( Instance breakpoint )
EncounteredBreak ( int line )
Resuming ( )
WatchAdded ( Instance watch )
WatchRemoved ( Instance watch )

Property Descriptions

int ScriptDebugger.CurrentLine

Tags: readonly

bool ScriptDebugger.IsDebugging

Tags: readonly

bool ScriptDebugger.IsPaused

Tags: readonly

Class:Instance ScriptDebugger.Script

Tags: readonly

Function Descriptions

InstanceScriptDebugger.AddWatch ( string expression )

ObjectsScriptDebugger.GetBreakpoints ( )

MapScriptDebugger.GetGlobals ( )

MapScriptDebugger.GetLocals ( int stackFrame = 0 )

ArrayScriptDebugger.GetStack ( )

MapScriptDebugger.GetUpvalues ( int stackFrame = 0 )

VariantScriptDebugger.GetWatchValue ( Instance watch )

ObjectsScriptDebugger.GetWatches ( )

InstanceScriptDebugger.SetBreakpoint ( int line )

voidScriptDebugger.SetGlobal ( string name, Variant value )

voidScriptDebugger.SetLocal ( string name, Variant value, int stackFrame = 0 )

voidScriptDebugger.SetUpvalue ( string name, Variant value, int stackFrame = 0 )

voidScriptDebugger.Resume ( )

Deprecated: This member is deprecated.

voidScriptDebugger.StepIn ( )

Deprecated: This member is deprecated.

voidScriptDebugger.StepOut ( )

Deprecated: This member is deprecated.

voidScriptDebugger.StepOver ( )

Deprecated: This member is deprecated.

Event Descriptions

ScriptDebugger.BreakpointAdded ( Instance breakpoint )

ScriptDebugger.BreakpointRemoved ( Instance breakpoint )

ScriptDebugger.EncounteredBreak ( int line )

ScriptDebugger.Resuming ( )

ScriptDebugger.WatchAdded ( Instance watch )

ScriptDebugger.WatchRemoved ( Instance watch )

Inherits: