disassemble
Disassemble machine instructions near a memory reference to inspect low-level code execution in .NET applications.
Instructions
Disassemble machine instructions around a memoryReference.
Capability-gated on supportsDisassembleRequest. Use a stack frame's instructionPointerReference or an executable memoryReference from a variable.
Escape hatch: see the dap-escape-hatch prompt for unwrapped DAP requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_reference | Yes | ||
| offset | No | ||
| instruction_offset | No | ||
| instruction_count | No | ||
| resolve_symbols | No |