disassemble
Inspect machine instructions around a memory reference to analyze executable code in .NET debugging sessions.
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 |