create_snapshot
Capture all local variables at the current debugger frame into a named snapshot, preserving state while stopped at a breakpoint for later inspection.
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 |