Debugger variables UI should highlight changed variable values #866
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
feature-request
Request for new features or functionality
verified
Verification succeeded
Milestone
In Visual Studio, variables shown in the Locals window are marked with a red foreground color when they change between two debugger stop events:
It would be great to also have this functionality in VS Code. Even better if the debug adapter could send some kind of
isChanged
field back on individual variables when they are requested.cc @rkeithhill
The text was updated successfully, but these errors were encountered: