windbg_evaluate
Evaluate a cdb expression to perform arithmetic, symbol lookup, or type casting in your debugging workflow.
Instructions
Evaluate a cdb expression (cdb '?'). Useful for arithmetic, symbol lookup, and casting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | Any cdb expression, e.g. '@rax + 8' or 'poi(@rsp)' |