read_memory
Read raw memory bytes from a given memory reference, specifying offset and byte count for targeted inspection.
Instructions
Read raw memory bytes from a debugger memoryReference.
Capability-gated: current netcoredbg builds usually return an unsupported error unless they advertise supportsReadMemoryRequest.
Escape hatch: see the dap-escape-hatch prompt for unwrapped DAP requests.
Args: memory_reference: DAP memoryReference from a variable or stack frame offset: Byte offset from the memory reference count: Number of bytes to read; count=0 returns empty data locally
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No | ||
| memory_reference | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||