create_snapshot
Capture all local variables at the current breakpoint frame as a named snapshot for later inspection. Use during debugging to preserve state without affecting execution.
Instructions
Capture all local variables at the current frame as a named snapshot.
State: STOPPED required.
Must be called when the program is stopped at a breakpoint. Max 20 snapshots per session (oldest evicted when full).
Args: name: Unique name for this snapshot
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |