pwndbg_set_breakpoint
Set a breakpoint in a running LLDB session at a specified function, address, or file:line, with an optional condition expression for precise debugging.
Instructions
Set a breakpoint at the given location, optionally with a condition.
Args: session_id: The UUID of the session. location: Function name, address, or file:line to break at. condition: Optional condition expression for the breakpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| location | Yes | ||
| condition | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |