Roblox API Reference

DebuggerConnectionManager On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, Service, NotReplicated]

Inherits (1)

Member index (8)

Type Member History
double Timeout
int ConnectLocal (DataModel dataModel) 496
int ConnectRemote (string host, int port)
null FocusConnection (DebuggerConnection connection) 496 573
DebuggerConnection GetConnectionById (int id) 495
ConnectionEnded (DebuggerConnection connection, DebuggerEndReason reason) 496
ConnectionStarted (DebuggerConnection connection) 496
FocusChanged (DebuggerConnection connection) 496
57 members inherited from Instance

History

Members

ConnectLocal On DevHub

Name Type Default
dataModel DataModel none

History

ConnectRemote On DevHub

Name Type Default
host string none
port int none

ConnectionEnded On DevHub

Name Type Default
connection DebuggerConnection none
reason DebuggerEndReason none

History

ConnectionStarted On DevHub

Name Type Default
connection DebuggerConnection none

History

FocusChanged On DevHub

Name Type Default
connection DebuggerConnection none

History

FocusConnection On DevHub

Name Type Default
connection DebuggerConnection none

History

GetConnectionById On DevHub

Name Type Default
id int none

History

Timeout On DevHub

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, NotReplicated]

Relevant classes (2)

Relevant enums (1)