# hediet/vscode-debug-visualizer

An extension for VS Code that visualizes data during debugging.

Repository: https://github.com/hediet/vscode-debug-visualizer
Canonical: https://ross.abutalabs.com/products/vscode-debug-visualizer
Homepage: https://marketplace.visualstudio.com/items?itemName=hediet.debug-visualizer
Language: TypeScript
License: GPL-3.0
License Family: copyleft
Topics: vscode-extension, hacktoberfest, visualization
Last push: 2025-03-17T11:54:30+00:00

## Health v2 (maintenance only)
Score: 37/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 11, release rhythm 35, longevity 100
- inputs: {"age_days": 2631, "days_push": 534, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 8168, forks 443 (observed 2026-08-28T04:10:14.009238+00:00)

## What it is
A VS Code extension that provides a visual watch window for inspecting data structures during debugging. It evaluates debug expressions and renders watched values as rich visualizations like graphs and tables.

## Use cases
- visualize linked lists and trees while debugging
- watch data structures with rich visualizations in VS Code
- inspect complex data structures during a debug session
- visualize JSON expressions while debugging JavaScript or Python
- understand algorithm behavior by watching data change step by step

## When to choose
- you debug data-structure-heavy code in VS Code and want more than the plain watch view
- you work in JavaScript/TypeScript with full data extractor support
- you want to see graphs, trees, or lists rendered live while stepping through code

## When to avoid
- you don't use VS Code or its debug adapters
- your language only has basic support and you can't serialize structures to JSON
- you need a standalone debugger rather than an editor extension

## Facets
- artifact type: plugin
- maturity: active
- function: data-visualization, developer-tools, editor
- domain: developer-tools, data-visualization
- platform: editor-plugin, cross-platform
- tags: vscode-extension, debugging, watch-window, data-structures, visualization

## Member repositories
- hediet/vscode-debug-visualizer (main) score 37

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:14.009238+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:29:35.882684+00:00, confidence not recorded.
  - readme: https://github.com/hediet/vscode-debug-visualizer (fetched 2026-08-28T04:10:14.009238+00:00, sha 060f20739d93)
  - homepage: https://marketplace.visualstudio.com/items?itemName=hediet.debug-visualizer (fetched 2026-08-29T08:28:39.425749+00:00, sha e0f0f2fefc11)
- Data as of 2026-08-30T08:39:29.467469+00:00.
