Roblox API Reference

DebuggerConnection On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, NotReplicated]

Inherits (1)

Inherited by (1)

Member index (27)

Type Member History
string ErrorMessage 497
bool HasError 497
int Id
bool IsPaused
null AddBreakpoint (string script, int line, Breakpoint breakpoint) 491 491 496 497 573
null Close () 498 573
int EvaluateWatch (string expression, StackFrame frame, Function callback) 499
StackFrame GetFrameById (int id) 495
int GetSource (string scriptRef, Function status) 488 496 497
ThreadState GetThreadById (int id) 495
int GetThreads (Function callback) 495
DebuggerVariable GetVariableById (int id) 495
int Pause (ThreadState thread, Function status) 494
int Populate (Instance instance, Function callback) 495
null RemoveBreakpoint (Breakpoint breakpoint) 491 496 573
int Resume (ThreadState thread, Function status) 494
int SetExceptionBreakMode (DebuggerExceptionBreakMode breakMode, Function callback) 515
int SetVariable (DebuggerVariable variable, string value, Function callback) 495
int Step (ThreadState thread, Function callback) 503
int StepIn (ThreadState thread, Function callback) 503
int StepOut (ThreadState thread, Function callback) 503
null UpdateSelectedFrame (int threadId, int frameNumber) 549 573
BreakpointAdded (Breakpoint breakpoint) 496
BreakpointChanged (Breakpoint breakpoint) 496
BreakpointRemoved (Breakpoint breakpoint, BreakpointRemoveReason reason) 496
Paused (PausedState pausedState, DebuggerPauseReason reason) 496
Resumed (PausedState pausedState) 496
57 members inherited from Instance

Removed member index (1)

Type Member History
int Terminate (Function status) 498

History

Members

AddBreakpoint On DevHub

Name Type Default
script string none
line int none
breakpoint Breakpoint none

History

BreakpointAdded On DevHub

Name Type Default
breakpoint Breakpoint none

History

BreakpointChanged On DevHub

Name Type Default
breakpoint Breakpoint none

History

BreakpointRemoved On DevHub

Name Type Default
breakpoint Breakpoint none
reason BreakpointRemoveReason none

History

Close On DevHub

Name Type Default
No parameters.

History

ErrorMessage On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This member is hidden. It is not meant to be used, and may have unresolved issues.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [Hidden, ReadOnly, NotReplicated]

EvaluateWatch On DevHub

Name Type Default
expression string none
frame StackFrame none
callback Function none

History

GetFrameById On DevHub

Name Type Default
id int none

History

GetSource On DevHub

Name Type Default
scriptRef string none
status Function none

History

GetThreadById On DevHub

Name Type Default
id int none

History

GetThreads On DevHub

Name Type Default
callback Function none

History

GetVariableById On DevHub

Name Type Default
id int none

History

HasError On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This member is hidden. It is not meant to be used, and may have unresolved issues.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [Hidden, ReadOnly, NotReplicated]

Id On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This member is hidden. It is not meant to be used, and may have unresolved issues.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [Hidden, ReadOnly, NotReplicated]

IsPaused On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This member is hidden. It is not meant to be used, and may have unresolved issues.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [Hidden, ReadOnly, NotReplicated]

Pause On DevHub

Name Type Default
thread ThreadState none
status Function none

History

Paused On DevHub

Name Type Default
pausedState PausedState none
reason DebuggerPauseReason none

History

Populate On DevHub

Name Type Default
instance Instance none
callback Function none

History

RemoveBreakpoint On DevHub

Name Type Default
breakpoint Breakpoint none

History

Resume On DevHub

Name Type Default
thread ThreadState none
status Function none

History

Resumed On DevHub

Name Type Default
pausedState PausedState none

History

SetExceptionBreakMode On DevHub

Name Type Default
breakMode DebuggerExceptionBreakMode none
callback Function none

History

SetVariable On DevHub

Name Type Default
variable DebuggerVariable none
value string none
callback Function none

History

Step On DevHub

Name Type Default
thread ThreadState none
callback Function none

History

StepIn On DevHub

Name Type Default
thread ThreadState none
callback Function none

History

StepOut On DevHub

Name Type Default
thread ThreadState none
callback Function none

History

UpdateSelectedFrame On DevHub

Name Type Default
threadId int none
frameNumber int none

History

Removed members

Terminate

Name Type Default
status Function none

History

Relevant classes (6)

Relevant enums (3)

Relevant members (5)