windbg_heap
Run heap analysis commands in WinDbg, passing options like '-s' for summary or '-p -a ' to inspect specific heap blocks.
Instructions
Run !heap with optional arguments (e.g. '-s' for summary, '-p -a ' to inspect a block).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments to !heap |