update_breakpoint
Modify breakpoint settings in Xdebug debugging sessions to enable, disable, or adjust hit conditions for PHP application debugging.
Instructions
Update a breakpoint (enable/disable or change hit conditions). Works for both active session and pending breakpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| breakpoint_id | Yes | The breakpoint ID to update | |
| state | No | Enable or disable the breakpoint | |
| hit_value | No | New hit count value | |
| hit_condition | No | New hit condition | |
| session_id | No | Session ID |