# krasimir/deb.js

Minimalistic JavaScript library for debugging in the browser

Repository: https://github.com/krasimir/deb.js
Canonical: https://ross.abutalabs.com/products/debjs
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2019-11-02T00:28:34+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": 4473, "days_push": 2497, "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 1420, forks 73 (observed 2026-08-28T04:04:40.564977+00:00)

## What it is
A ~1.5K minimalistic JavaScript library that instruments functions in the browser to aid debugging. It groups console.log output by function, showing stack traces, passed arguments, and execution time via a simple .deb() call.

## Use cases
- debug javascript functions in the browser console
- see function arguments and stack traces when debugging
- measure function execution time in the browser
- group console logs by function context
- inject a lightweight debugger into any page via chrome extension

## When to choose
- you want a tiny, zero-config browser debugging aid without devtools breakpoints
- you need quick visibility into function calls, arguments, and timing in legacy code

## When to avoid
- you need a full-featured debugger, profiler, or modern devtools integration
- you need actively maintained tooling - the last release was in 2019
- you are debugging in Node.js or non-browser environments

## Facets
- artifact type: library
- maturity: maintenance
- function: developer-tools
- domain: developer-tools, web-development, frontend
- platform: browser
- tags: debugging, console-logging, browser-debugger, chrome-extension, tiny-library

## Member repositories
- krasimir/deb.js (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:40.564977+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:37:49.104080+00:00, confidence not recorded.
  - readme: https://github.com/krasimir/deb.js (fetched 2026-08-28T04:04:40.564977+00:00, sha 56b6317c830b)
  - registry_npm: https://registry.npmjs.org/deb.js (fetched 2026-08-29T11:50:21.423212+00:00, sha 5f6a8af84eab)
- Data as of 2026-08-30T08:39:29.467469+00:00.
