set_debug_domains
Specify which debug domains to enable for the current play session, replacing the active set. Use an empty array to disable all debugging.
Instructions
Enable a specific set of debug chips on the running play session. Replaces the current set (pass empty array to disable all). Valid domains: collision, movement, follow, dodge, physics, zone, camera, mask, input, audio, errors, log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domains | Yes | Domain names to enable. Empty array = all off. |