pwndbg_step
Move control to the next source line or execute a single machine instruction during debugging.
Instructions
Step into the next source line or instruction.
Args: session_id: The UUID of the session. instructions: If True, step a single machine instruction (si) instead of a source line (s).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| instructions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |