# adobe-research/theseus

A pretty darn cool JavaScript debugger for Brackets

Repository: https://github.com/adobe-research/theseus
Canonical: https://ross.abutalabs.com/products/adobe-research-theseus
Language: JavaScript
License: NOASSERTION
License Family: other
Last push: 2015-02-20T04:36:10+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4951, "days_push": 4212, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1330, forks 64 (observed 2026-08-28T04:04:24.205012+00:00)

## What it is
Theseus is a JavaScript debugger extension for the Brackets code editor that supports debugging Node.js, Chrome, or both simultaneously. It provides real-time code coverage with call counts, retroactive inspection of function parameters and return values, and an asynchronous call tree.

## Use cases
- debug JavaScript running in Node.js from my editor
- debug JavaScript running in Chrome
- see how many times each function has been called
- inspect function arguments and return values without adding console.log
- trace asynchronous callbacks in a call tree
- find dead code that is never executed

## When to choose
- you use the Brackets editor and want integrated JavaScript debugging
- you need to debug code spanning both Node.js backend and Chrome frontend simultaneously
- you want retroactive inspection of past function calls instead of print debugging

## When to avoid
- you use a modern editor like VS Code, which has built-in JavaScript debugging
- you need an actively maintained debugger with current Node.js and Chrome support
- you don't use Brackets and don't want to switch editors

## Facets
- artifact type: plugin
- maturity: abandoned
- function: testing, developer-tools
- domain: developer-tools, web-development
- platform: browser, editor-plugin
- tags: debugger, brackets-extension, code-coverage, retroactive-inspection, node-debugging, chrome-debugging, research-project, javascript-debugging, nodejs, javascript

## Member repositories
- adobe-research/theseus (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:24.205012+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-30T04:45:23.564340+00:00, confidence not recorded.
  - readme: https://github.com/adobe-research/theseus (fetched 2026-08-28T04:04:24.205012+00:00, sha 92d5bfabd99b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
