Add a tabular variables view for debugging #100205
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
feature-request
Request for new features or functionality
Milestone
Today the VS Code debugger UI shows data (aka "variables") only in a tree viewer.
However, trees are not ideal for tabular data, e.g. arrays of records where each record has multiple properties.
To improve this, we will add a tabular view mode to the VARIABLES view.
The text was updated successfully, but these errors were encountered: