Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Variable Explorer Raj18011New to Visual Studio Code? Get it now.
Variable Explorer Raj18011

Variable Explorer Raj18011

raj18011

|
1 install
| (0) | Free
A custom VS Code variable explorer backed by debug sessions.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Install dependencies.
  2. Run npm run compile.
  3. Press F5 to launch the Extension Development Host.
  4. Start a debugger, pause execution, and open Variable Explorer.

Publish To Marketplace

  1. Create a VS Code Marketplace publisher and PAT.
  2. Export your token: export VSCE_PAT="<your_pat>".
  3. Package locally (optional): npm run package.
  4. Publish: npm run publish:vsce.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft