disassemble
Displays machine instructions for a given memory address, enabling low-level code analysis during debugging.
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 |
|---|---|---|---|
| offset | No | ||
| resolve_symbols | No | ||
| memory_reference | Yes | ||
| instruction_count | No | ||
| instruction_offset | No |