gdb_delete_breakpoint
Removes a specified breakpoint from a GDB debugging session by providing the session ID and breakpoint number.
Instructions
Delete a breakpoint.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session identifier. | |
| breakpoint_id | Yes | The breakpoint number to delete. |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |