DebuggerConnectionManager
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
Memory category | Instances |
---|
Member index 9
Description
History 18
- 636 Add GetAvailableConnection
- 573 Change ReturnType of FocusConnection from void to null
- 553 Change Default of from to
- 496 Change Parameters of FocusChanged from (connection: Instance) to (connection: DebuggerConnection)
- 496 Change Parameters of ConnectionStarted from (connection: Instance) to (connection: DebuggerConnection)
- 496 Change Parameters of ConnectionEnded from (connection: Instance, reason: DebuggerEndReason) to (connection: DebuggerConnection, reason: DebuggerEndReason)
- 496 Change Parameters of FocusConnection from (connection: Instance) to (connection: DebuggerConnection)
- 496 Change Parameters of ConnectLocal from (dataModel: Instance) to (dataModel: DataModel)
- 495 Add GetConnectionById
- 486 Change ThreadSafety of from ReadOnly to ReadSafe
- 485 Add FocusChanged
- 485 Add ConnectionStarted
- 485 Add ConnectionEnded
- 485 Add FocusConnection
- 485 Add ConnectRemote
- 485 Add ConnectLocal
- 485 Add
- 485 Add DebuggerConnectionManager
Members 9
ConnectLocal
Parameters (1) | ||
---|---|---|
dataModel | DataModel | |
Returns (1) | ||
int |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 496 Change Parameters of ConnectLocal from (dataModel: Instance) to (dataModel: DataModel)
- 485 Add ConnectLocal
ConnectRemote
Parameters (2) | ||
---|---|---|
host | string | |
port | int | |
Returns (1) | ||
int |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 485 Add ConnectRemote
ConnectionEnded
Parameters (2) | |
---|---|
connection | DebuggerConnection |
reason | DebuggerEndReason |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 496 Change Parameters of ConnectionEnded from (connection: Instance, reason: DebuggerEndReason) to (connection: DebuggerConnection, reason: DebuggerEndReason)
- 485 Add ConnectionEnded
ConnectionStarted
Parameters (1) | |
---|---|
connection | DebuggerConnection |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 496 Change Parameters of ConnectionStarted from (connection: Instance) to (connection: DebuggerConnection)
- 485 Add ConnectionStarted
FocusChanged
Parameters (1) | |
---|---|
connection | DebuggerConnection |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 496 Change Parameters of FocusChanged from (connection: Instance) to (connection: DebuggerConnection)
- 485 Add FocusChanged
FocusConnection
Parameters (1) | ||
---|---|---|
connection | DebuggerConnection | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of FocusConnection from void to null
- 496 Change Parameters of FocusConnection from (connection: Instance) to (connection: DebuggerConnection)
- 485 Add FocusConnection
GetAvailableConnection
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
DebuggerConnection |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
GetConnectionById
Parameters (1) | ||
---|---|---|
id | int | |
Returns (1) | ||
DebuggerConnection |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 495 Add GetConnectionById