Variables that have changed since previous debug stop should be displayed with a "dirty" indicator #57
Labels
Issue-Enhancement
A feature request (enhancement).
Milestone
This is borrowing another page from Visual Studio where it shows the value of a variable in a different color when the variable's value has changed since the previous debug stop e.g.:
Doing this requires at least two new capabilities. First we have to keep the previous debug stop's top level set of variables. From what I can tell this feature doesn't need to support change indicator for when a composite variables properties or fields have changed. Second, we need a way to compare objects (or determine that we can't compare objects).
VSCode limits us in what we can display in the Variables tool window. It doesn't let us color text for a specific variable value so we can't do it exactly like Visual Studio. The current proposal is to display a changed variable like so:
The text was updated successfully, but these errors were encountered: