pwndbg_nextproginstr
Advance execution to the next program instruction, bypassing library code for focused debugging.
Instructions
Break at the next instruction belonging to the running program.
pwndbg command: nextproginstr Source: pwndbg/commands/next.py Category: Step/Next/Continue
Useful for skipping over library code to reach the next instruction that belongs to the main binary.
Args: session_id: The UUID of the session. timeout: Maximum seconds to wait (default 30).
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/next/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |