run_to_address
Place a one-shot breakpoint at a target address and continue execution, stopping when the address is hit or another breakpoint or exception fires.
Instructions
Set a one-shot breakpoint at the given address and continue execution. Stops when the address is reached or another breakpoint/exception fires first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| address | Yes | Target address (hex, e.g. 0x00401000) or symbol name |