windbg_disassemble_back
Disassemble instructions before an address to trace the execution path that led to the current instruction pointer.
Instructions
Disassemble N instructions BEFORE an address (cdb 'ub'). Useful for seeing what led to the current IP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of instructions before the address | |
| address | No | Address or symbol (default: current IP) |