create_snapshot
Capture local variables at the current breakpoint frame as a named snapshot. Store up to 20 snapshots per session, evicting the oldest when full.
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 |