load_code
Reset the debugger and load new Brainfuck code, with options for initial input, tape size, and value bounds.
Instructions
Reset the debugger and load new Brainfuck source code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| maxValue | No | Maximum allowed value for tape cells (default: 9007199254740991) | |
| minValue | No | Minimum allowed value for tape cells (default: -9007199254740991) | |
| tapeSize | No | Size of the memory tape (default: 30000) | |
| initial_input | No |