toggle_breakpoint
Enable or disable a breakpoint without deleting it. Specify the address and desired state.
Instructions
Enable or disable a breakpoint without deleting it.
Args: address: Address or symbol name of the breakpoint enabled: True to enable, False to disable
Returns: New breakpoint state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| enabled | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |