pwndbg_contextunwatch
Remove a watched expression from the context display by specifying its watch number and session ID.
Instructions
Remove a watched expression from the context display.
pwndbg command: contextunwatch (alias: ctx-unwatch, cunwatch) Source: pwndbg/commands/context.py Category: Context
Args: session_id: The UUID of the session. num: The watch number to remove.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/context/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| num | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |