PluginDebugService
A service that holds the debuggable Plugin instances that are currently being debugged in Studio, parenting them into the data model.
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 0
Description
Studio-only service for plugin debugging — not available in published games. It holds the Plugin instances currently being debugged and parents them into the data model so the debugger can treat stepped scripts as data-model descendants, while keeping them out of serialization and under Studio Explorer visibility control.
Only a Plugin marked as debuggable can be parented here; any other child raises an error. Debugging is opt-in through Studio settings and applies only to local plugins the user placed in their local plugins directory.
History 4
- 422 Change Tags of PluginDebugService from [NotCreatable, Service] to [NotCreatable, Service, NotReplicated]
- 420 Add PluginDebugService
- 419 Remove PluginDebugService
- 420 Add PluginDebugService