-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Description
In the Eclipse-based implementation, we had the Memory and the Memory Browser views. These were really useful in an embedded development flow and it made it easy to inspect/visualize memory.
Current implementation of the Memory Inspector for VS Code creates editors for each attempt to inspect a memory area. In contrast, in Eclipse we had the Memory view with the possibility to add "monitors" and navigate between them in the same view. Mixing Memory Inspector editors with source code editors makes it difficult to use it.
Moreover, the feature is not easily accessible and doesn't offer intuitive ways of accessing it through the standard debug views, other than from Variables view or from Command Palette (that always starts reading at 0x0 - debatable for an embedded system).
Request is to transform the "inspector" into a view that can be positioned in one of the panels (e.g. alongside Problems, Terminal, etc.) in VS Code.