Functions
16AddWatch
(expression: string) → Instance
| Field | XML type | Value |
|---|
Name | string | AddWatch |
GetBreakpoints
() → Objects
| Field | XML type | Value |
|---|
Name | string | GetBreakpoints |
GetGlobals
() → Map
| Field | XML type | Value |
|---|
Name | string | GetGlobals |
GetLocals
(stackFrame: int = …) → Map
| Field | XML type | Value |
|---|
Name | string | GetLocals |
GetStack
() → Array
| Field | XML type | Value |
|---|
Name | string | GetStack |
GetUpvalues
(stackFrame: int = …) → Map
| Field | XML type | Value |
|---|
Name | string | GetUpvalues |
GetWatchValue
(watch: Instance) → Variant
| Field | XML type | Value |
|---|
Name | string | GetWatchValue |
GetWatches
() → Objects
| Field | XML type | Value |
|---|
Name | string | GetWatches |
Resume
() → void
| Field | XML type | Value |
|---|
Name | string | Resume |
SetBreakpoint
(line: int) → Instance
| Field | XML type | Value |
|---|
Name | string | SetBreakpoint |
SetGlobal
(name: string, value: Variant) → void
| Field | XML type | Value |
|---|
Name | string | SetGlobal |
SetLocal
(name: string, value: Variant, stackFrame: int = …) → void
| Field | XML type | Value |
|---|
Name | string | SetLocal |
SetUpvalue
(name: string, value: Variant, stackFrame: int = …) → void
| Field | XML type | Value |
|---|
Name | string | SetUpvalue |
StepIn
() → void
| Field | XML type | Value |
|---|
Name | string | StepIn |
StepOut
() → void
| Field | XML type | Value |
|---|
Name | string | StepOut |
StepOver
() → void
| Field | XML type | Value |
|---|
Name | string | StepOver |