# Kozea/wdb

An improbable web debugger through WebSockets

Repository: https://github.com/Kozea/wdb
Canonical: https://ross.abutalabs.com/products/wdb
Language: Python
License: GPL-3.0
License Family: copyleft
Last push: 2022-12-06T14:33:43+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5080, "days_push": 1366, "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 1593, forks 120 (observed 2026-08-28T04:05:08.912289+00:00)

## What it is
wdb is a browser-based Python debugger built on a client-server architecture using WebSockets, with the server implemented in Tornado. It provides step-by-step debugging, breakpoints, in-program code execution, and code injection to pause running processes, fully supporting multithreaded and multiprocess programs.

## Use cases
- debug python programs in a browser instead of pdb
- step through python code with breakpoints from a web interface
- debug multithreaded or multiprocess python applications
- remotely debug a python process running on another machine
- pause a running python process via code injection
- trace exceptions in python code automatically

## When to choose
- you want a graphical, browser-based alternative to pdb
- you need to debug multithreaded or multiprocess python programs
- you want to debug a program on one machine from a browser on another
- you need to pause and inspect an already-running python process

## When to avoid
- you need a debugger for languages other than python
- you want an actively developed tool with recent updates and modern python support
- you prefer a terminal-based debugger like pdb or ipdb
- you need debugging inside an IDE with integrated tooling

## Facets
- artifact type: application
- maturity: maintenance
- function: http-server, websocket, developer-tools
- domain: developer-tools, web-development, testing
- platform: python, cross-platform
- tags: debugger, pdb, browser-based-debugging, tornado, remote-debugging, debugging, web-server

## Member repositories
- Kozea/wdb (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:08.912289+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:54:13.942192+00:00, confidence not recorded.
  - readme: https://github.com/Kozea/wdb (fetched 2026-08-28T04:05:08.912289+00:00, sha b8cdb9f7b6fb)
  - registry_pypi: https://pypi.org/pypi/wdb/json (fetched 2026-08-29T11:25:01.568703+00:00, sha 997a0e7d41e5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
