DebuggerManager
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 10
Description
History 33
- 648 Change ReturnType of GetDebuggers from Objects to Instances
- 573 Change ReturnType of StepOver from void to null
- 573 Change ReturnType of StepOut from void to null
- 573 Change ReturnType of StepIn from void to null
- 573 Change ReturnType of Resume from void to null
- 573 Change ReturnType of EnableDebugging from void to null
- 553 Change Default of DebuggingEnabled from to
- 538 Change Tags of StepOver from [] to [Deprecated]
- 538 Change Tags of StepOut from [] to [Deprecated]
- 538 Change Tags of StepIn from [] to [Deprecated]
- 486 Change ThreadSafety of DebuggingEnabled from ReadOnly to ReadSafe
- 469 Change Tags of DebuggerManager from [NotCreatable, NotReplicated] to [NotCreatable, Service, NotReplicated]
- 462 Change ThreadSafety of DebuggerRemoved from to Unsafe
- 462 Change ThreadSafety of DebuggerAdded from to Unsafe
- 462 Change ThreadSafety of StepOver from to Unsafe
- 462 Change ThreadSafety of StepOut from to Unsafe
- 462 Change ThreadSafety of StepIn from to Unsafe
- 462 Change ThreadSafety of Resume from to Unsafe
- 462 Change ThreadSafety of GetDebuggers from to Unsafe
- 462 Change ThreadSafety of EnableDebugging from to Unsafe
- 462 Change ThreadSafety of AddDebugger from to Unsafe
- 462 Change ThreadSafety of DebuggingEnabled from to ReadOnly
- 155 Add StepOver
- 155 Add StepOut
- 155 Add StepIn
- 155 Add Resume
- 124 Add DebuggerRemoved
- 124 Add DebuggerAdded
- 124 Add GetDebuggers
- 124 Add EnableDebugging
- 124 Add AddDebugger
- 124 Add DebuggingEnabled
- 124 Add DebuggerManager
Members 10
AddDebugger
Parameters (1) | ||
---|---|---|
script | Instance | |
Returns (1) | ||
Instance |
Thread safety | Unsafe |
---|
History 2
- 462 Change ThreadSafety of AddDebugger from to Unsafe
- 124 Add AddDebugger
DebuggerAdded
Parameters (1) | |
---|---|
debugger | Instance |
Thread safety | Unsafe |
---|
History 2
- 462 Change ThreadSafety of DebuggerAdded from to Unsafe
- 124 Add DebuggerAdded
DebuggerRemoved
Parameters (1) | |
---|---|
debugger | Instance |
Thread safety | Unsafe |
---|
History 2
- 462 Change ThreadSafety of DebuggerRemoved from to Unsafe
- 124 Add DebuggerRemoved
DebuggingEnabled
Type | Default | |
---|---|---|
bool |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false/true |
History 4
- 553 Change Default of DebuggingEnabled from to
- 486 Change ThreadSafety of DebuggingEnabled from ReadOnly to ReadSafe
- 462 Change ThreadSafety of DebuggingEnabled from to ReadOnly
- 124 Add DebuggingEnabled
EnableDebugging
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | LocalUserSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of EnableDebugging from void to null
- 462 Change ThreadSafety of EnableDebugging from to Unsafe
- 124 Add EnableDebugging
GetDebuggers
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
Instances |
Thread safety | Unsafe |
---|
History 3
- 648 Change ReturnType of GetDebuggers from Objects to Instances
- 462 Change ThreadSafety of GetDebuggers from to Unsafe
- 124 Add GetDebuggers
Resume
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Thread safety | Unsafe |
---|
StepIn
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
This function is deprecated. It exists only for backward compatibility, and should not be used for new work.
Thread safety | Unsafe |
---|
StepOut
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
This function is deprecated. It exists only for backward compatibility, and should not be used for new work.
Thread safety | Unsafe |
---|
StepOver
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
This function is deprecated. It exists only for backward compatibility, and should not be used for new work.
Thread safety | Unsafe |
---|