read_memory
Read raw memory bytes from a debugger memory reference for variable and stack frame inspection in .NET debugging.
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 |
|---|---|---|---|
| memory_reference | Yes | ||
| offset | No | ||
| count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||