run_to_line
Sets a temporary breakpoint at a specified source file and line, then resumes execution to stop when that line is reached.
Instructions
Run until execution reaches a specific source file line.
Sets a temporary breakpoint at the given source location and resumes execution. The target stops when that line is reached.
Args: file: Source file name (can be partial, e.g., 'main.c' or full path) line: Line number in the source file
Returns: Confirmation of temporary breakpoint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| line | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |