edb_disable_breakpoint
Disable a breakpoint while preserving it for later re-enabling. Temporarily deactivate breakpoints without losing their configuration.
Instructions
Disable a breakpoint without removing it. It can be re-enabled later.
Args: params (BreakpointNumber): Breakpoint number - number (int): Breakpoint ID to disable
Returns: str: Confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |