get_state
Retrieve the current state of a Brainfuck program, including memory, pointers, and output. Optionally limit data to a radius around the data pointer.
Instructions
Get the current full state (memory, pointers, output). When windowRadius is not specified, returns the entire tape which may be a large amount of data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| windowRadius | No | Optional radius around data pointer. When omitted, returns entire tape. |