Ross ROSS = Recommend OSS · open-source software intelligence for agents

alexmojaki/birdseye

Graphical Python debugger which lets you easily view the values of all evaluated expressions observed · 2026-08-28

github.com/alexmojaki/birdseye · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

60/100

  • Activity 61
  • 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: 3329
  • days_rel: n/a
  • days_push: 234
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1719 stars · 73 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

library · maturity active

developer-tools http-server developer-tools python cross-platform python-debugger time-travel-debugging expression-evaluation browser-ui ast-instrumentation debugging python web-server

1 source

Member repositories

RepositoryRoleHealth v2
alexmojaki/birdseyemain60

For agents

markdown · JSON · MCP: product_card(name="alexmojaki/birdseye")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem