edb_set_breakpoint_condition
Set or remove a condition on an existing breakpoint to control when it triggers, using expressions like 'eax == 0'.
Instructions
Set or remove a condition on an existing breakpoint. Equivalent to EDB's DialogBreakpoints condition button. The breakpoint will only trigger when the condition evaluates to true.
Args: params (BreakpointConditionInput): Condition - number (int): Breakpoint number - condition (str): Condition (empty to remove, e.g., 'eax == 0')
Returns: str: Condition update result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |