create_snapshot
Capture all local variables from the current stack frame as a named snapshot for later inspection, requiring the debugger to be stopped at a breakpoint.
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 |