Variable Explorer
A custom VS Code extension that opens a dark, table-based Variable Explorer backed by the active debug session.
Features
- Activity bar container named Variable Explorer
- Table view with Name, Type, Size, and Value columns
- Paused-debug-session data source
- Expand/collapse for structured values
- Search and column sorting
Development
- Install dependencies.
- Run
npm run compile.
- Press
F5 to launch the Extension Development Host.
- Start a debugger, pause execution, and open Variable Explorer.
Publish To Marketplace
- Create a VS Code Marketplace publisher and PAT.
- Export your token:
export VSCE_PAT="<your_pat>".
- Package locally (optional):
npm run package.
- Publish:
npm run publish:vsce.
| |