set_temporary_breakpoint
Set a temporary breakpoint that auto-deletes after first hit, enabling a single stop at a specified address for one-time execution inspection.
Instructions
Set a temporary breakpoint that auto-deletes after first hit.
Equivalent to "run to this address once".
Args: address: Address or symbol name
Returns: Confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |