eclipse-cdt-cloud / eclipse-cdt-cloud/vscode-memory-inspector

When new marginal memory, concatenate with existing

Open
#29 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
17
Forks
25
Avg merge
3d 22h
Merged PRs (30d)
8

Description

With the addition of pagination, we are sometimes fetching memory redundantly. It would be ideal when loading new memory to just load the new memory and concatenate it with the old.

This is challenging, however, because the DAP allows adapters to return a partial result, so additional work would be required to determine how the new result corresponds to the old.

_Originally posted by @colin-grant-work in https://github.com/eclipse-cdt-cloud/vscode-memory-inspector/pull/28#discussion_r1311822425_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.