debug_pause
Pause the running game to inspect its state at any moment, returning the location where execution stopped. Useful for debugging without preset breakpoints.
Instructions
Pause the running game. Returns: where it stopped. Use to inspect state at an arbitrary moment rather than a preset breakpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | No | Thread id (default 1) |