step_to_next_hit
Advance to the next execution of a source line to step through loop iterations or repeated calls during debugging.
Instructions
Navigate forward to the next execution of the current source line (or a specified line). Useful for stepping through loop iterations or repeated calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Source file (defaults to current focus source) | |
| line | No | Line number (defaults to current focus line) |