Roblox API Reference

DebuggerManager 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 (10)

Type Member History
bool DebuggingEnabled
Instance AddDebugger (Instance script)
null EnableDebugging () 573
Objects GetDebuggers ()
null Resume () 155 573
null StepIn () 155 538 573
null StepOut () 155 538 573
null StepOver () 155 538 573
DebuggerAdded (Instance debugger)
DebuggerRemoved (Instance debugger)
57 members inherited from Instance

History

Members

AddDebugger On DevHub

Name Type Default
script Instance none

DebuggerAdded On DevHub

Name Type Default
debugger Instance none

DebuggerRemoved On DevHub

Name Type Default
debugger Instance none

DebuggingEnabled On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [ReadOnly, NotReplicated]

EnableDebugging On DevHub

Name Type Default
No parameters.

History

GetDebuggers On DevHub

Name Type Default
No parameters.

Resume On DevHub

Name Type Default
No parameters.

History

StepIn On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
No parameters.

History

Tags: [Deprecated]

StepOut On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
No parameters.

History

Tags: [Deprecated]

StepOver On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
No parameters.

History

Tags: [Deprecated]

Relevant classes (1)