debug_set_breakpoint
Pause execution at a specified address by setting a software or hardware breakpoint in an active debug session, enabling inspection of program state at that point.
Instructions
Set a software breakpoint at the specified address in the debugged process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Hex address for the breakpoint (e.g. "0x08048000") | |
| hardware | No | Use hardware breakpoint instead of software | |
| session_id | Yes | Debug session ID |