microsoft / microsoft/debug-adapter-protocol
readMemory request: return additional information about memory
Open
@connor4312 is already working on this.
Since Nov 24, 2022.
feature-request
under-discussion
- Dominant language
- HTML
- Stars
- 1.8k
- Forks
- 173
- Avg merge
- 7d 7h
- Merged PRs (30d)
- 2
Description
from @connor4312 in https://github.com/microsoft/debug-adapter-protocol/issues/163:
We also should have readMemory return information about whether the memory is writable, and whether it can be resized. In languages where the binary data is in a well-defined container, like JS or Python, we can grow or shrink it by assigning a new value. However, in statically compiled languages, changing the size of data is likely to be illegal.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.