Description
Since version 1.103.x, VS Code supports context menu contributions to the Watch window.
We should add "Show in Memory Inspector" context menu functionality similar to what we have for the Variables window (see here).
Note that the command handler may need to be different from the Variable window's one to deal with expressions instead of variables on DAP level.
Additional information
Description
Since version 1.103.x, VS Code supports context menu contributions to the Watch window.
We should add "Show in Memory Inspector" context menu functionality similar to what we have for the Variables window (see here).
Note that the command handler may need to be different from the Variable window's one to deal with expressions instead of variables on DAP level.
Additional information