pwndbg_next
Step over the next source line or instruction, skipping function calls.
Instructions
Step over the next source line or instruction (does not enter calls).
Args: session_id: The UUID of the session. instructions: If True, step over a single machine instruction (ni) instead of a source line (n).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| instructions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |