CCExtractor/vardbg
A simple Python debugger and profiler that generates animated visualizations of program flow, useful for algorithm learning. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2424
- days_rel: n/a
- days_push: 1910
- n_releases_24m: 0
Adoption not part of the score
1112 stars · 93 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
vardbg is a simple Python debugger and profiler that records variable history and execution times, then generates animated videos visualizing program flow. It is designed to help learners understand algorithms by watching them execute step by step.
Use cases
- visualize how sorting algorithms work step by step
- debug a python function while tracking variable history
- profile line-by-line execution times of a script
- generate an mp4 or gif animation of program flow
- record a debug session to and replay it later
When to choose
- you are learning or teaching algorithms and want animated visualizations
- you want a lightweight python debugger with video output
- you need to export and replay execution history in
When to avoid
- you need a full-featured interactive debugger like pdb or an IDE debugger
- you are profiling performance-critical code where overhead matters
- you need support for languages other than python
Facets
cli-tool · maturity maintenance
benchmarking data-visualization developer-tools developer-tools education cli python cross-platform algorithm-visualization video-generation -replay learning-tool debugger algorithms command-line
2 sources
- readme: https://github.com/CCExtractor/vardbg · fetched 2026-08-28 · 42a2bfddc095
- registry_pypi: https://pypi.org/pypi/vardbg/json · fetched 2026-08-29 · 1c3b8bf5c0cf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| CCExtractor/vardbg | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="CCExtractor/vardbg")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem