edb_continue_to
Resume program execution to a target address by setting a temporary breakpoint, halting when reached.
Instructions
Continue execution until a specific address is reached. Sets a temporary breakpoint at the given address and runs.
Args: params (ContinueToAddress): Target - address (str): Address in hex (e.g., '0x4000a0') or function name
Returns: str: Location details when stopped
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |