eclipse-cdt-cloud / vscode-memory-inspector

vscode memory inspector
https://open-vsx.org/extension/eclipse-cdt/memory-inspector
Eclipse Public License 2.0
7 stars 11 forks source link

Show variable on first mention in display #59

Closed colin-grant-work closed 9 months ago

colin-grant-work commented 9 months ago

What it does

Fixes an issue where a variable's name would not be shown if it started before the current display start.

How to test

  1. Load some memory that includes a variable with a large memory footprint.
  2. Set the display parameters such that the variable starts before the initial address but continues into the frame.
  3. The variable's name should still be displayed.
  4. All variable's names should be displayed exactly once.

Review checklist

Reminder for reviewers