pwndbg_print
Evaluate and print the value of an LLDB expression in a debugging session.
Instructions
Print value of an expression (LLDB native).
Args: session_id: The UUID of the session. expression: The expression to evaluate and print.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| expression | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |