remove_breakpoint
Remove debugging breakpoints by ID from PHP applications using Xdebug's DBGp protocol to control debugging sessions.
Instructions
Remove a breakpoint by its ID. Works for both active session breakpoints and pending breakpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| breakpoint_id | Yes | The breakpoint ID to remove (session breakpoint ID or pending_* ID) | |
| session_id | No | Session ID |