diff_snapshots
Compare two debugger snapshots to see variable differences between program states, helping identify what changed during execution.
Instructions
Compare two snapshots and show variable differences.
Args: name1: First snapshot name (before state) name2: Second snapshot name (after state)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name1 | Yes | ||
| name2 | Yes |