step_to_prev_hit
Move backward to the previous execution of a source line for reverse debugging, helping trace program flow and identify bugs.
Instructions
Navigate backward to the previous execution of the current source line (or a specified line). Useful for reverse debugging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Source file (defaults to current focus source) | |
| line | No | Line number (defaults to current focus line) |