Roblox API Reference

BreakpointManager

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

Type Member History
Instance AddBreakpoint (Instance script, int line, Instance condition)
MetaBreakpoint GetBreakpointById (int metaBreakpointId)
void RemoveBreakpointById (int metaBreakpointId)
MetaBreakpointAdded (MetaBreakpoint breakpoint)
MetaBreakpointChanged (MetaBreakpoint breakpoint)
MetaBreakpointRemoved (MetaBreakpoint breakpoint)
MetaBreakpointSetChanged (MetaBreakpoint breakpoint, Dictionary detail) 539
57 members inherited from Instance

History

Members

AddBreakpoint On DevHub

Name Type Default
script Instance none
line int none
condition Instance none

GetBreakpointById On DevHub

Name Type Default
metaBreakpointId int none

MetaBreakpointAdded On DevHub

Name Type Default
breakpoint MetaBreakpoint none

MetaBreakpointChanged On DevHub

Name Type Default
breakpoint MetaBreakpoint none

MetaBreakpointRemoved On DevHub

Name Type Default
breakpoint MetaBreakpoint none

MetaBreakpointSetChanged On DevHub

Name Type Default
breakpoint MetaBreakpoint none
detail Dictionary none

History

RemoveBreakpointById On DevHub

Name Type Default
metaBreakpointId int none

Relevant classes (2)