This site is no longer kept up to date. It has been superseded by the Roblox API Reference. Please update your bookmarks.
Tags: notCreatable
Property | Type | |
---|---|---|
CurrentLine | int | |
IsDebugging | bool | |
IsPaused | bool | |
Script | Class:Instance |
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 ( ) |
Event | |
---|---|
BreakpointAdded ( Instance breakpoint ) | |
BreakpointRemoved ( Instance breakpoint ) | |
EncounteredBreak ( int line ) | |
Resuming ( ) | |
WatchAdded ( Instance watch ) | |
WatchRemoved ( Instance watch ) |
Tags: readonly
Tags: readonly
Tags: readonly
Tags: readonly
Deprecated: This member is deprecated.
Deprecated: This member is deprecated.
Deprecated: This member is deprecated.
Deprecated: This member is deprecated.