# alexmojaki/birdseye

Graphical Python debugger which lets you easily view the values of all evaluated expressions

Repository: https://github.com/alexmojaki/birdseye
Canonical: https://ross.abutalabs.com/products/birdseye
Homepage: https://birdseye.readthedocs.io
Language: JavaScript
License: MIT
License Family: permissive
Topics: python-debugger, python, debugger, debugging, birdseye, ast
Last push: 2026-01-11T12:25:17+00:00

## Health v2 (maintenance only)
Score: 60/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 61, release rhythm 35, longevity 100
- inputs: {"age_days": 3329, "days_push": 234, "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 1719, forks 73 (observed 2026-08-28T04:05:26.603116+00:00)

## What it is
Birdseye is a graphical Python debugger that records the values of all evaluated expressions in a decorated function call and lets you inspect them in a browser after execution. It supports navigating loop iterations, spotting exceptions (even suppressed ones), and expanding data structures interactively.

## Use cases
- debug python code by inspecting expression values after a function runs
- step through loop iterations and see how values change
- find which expressions raise exceptions even when suppressed
- explore nested data structures and object contents during debugging
- debug code without changing how it is run, just add a decorator

## When to choose
- you want post-hoc inspection of expression values rather than line-by-line stepping
- you need to debug code run in any environment with minimal setup (pip install + decorator)
- you want to trace exceptions inside try/except blocks
- you prefer a visual, browser-based debugging interface

## When to avoid
- you need a traditional step debugger with breakpoints in your IDE
- performance overhead from recording all expressions is unacceptable
- you are debugging code you cannot modify to add decorators
- you need to debug multithreaded or distributed processes

## Facets
- artifact type: library
- maturity: active
- function: developer-tools, http-server
- domain: developer-tools
- platform: python, cross-platform
- tags: python-debugger, time-travel-debugging, expression-evaluation, browser-ui, ast-instrumentation, debugging, python, web-server

## Member repositories
- alexmojaki/birdseye (main) score 60

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:26.603116+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-30T03:34:06.558635+00:00, confidence not recorded.
  - readme: https://github.com/alexmojaki/birdseye (fetched 2026-08-28T04:05:26.603116+00:00, sha 01e7fc493f24)
- Data as of 2026-08-30T08:39:29.467469+00:00.
