krasimir/deb.js
Minimalistic JavaScript library for debugging in the browser observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- 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: 4473
- days_rel: n/a
- days_push: 2497
- n_releases_24m: 0
Adoption not part of the score
1420 stars · 73 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity maintenance
developer-tools developer-tools web-development frontend browser debugging console-logging browser-debugger chrome-extension tiny-library
2 sources
- readme: https://github.com/krasimir/deb.js · fetched 2026-08-28 · 56b6317c830b
- registry_npm: https://registry.npmjs.org/deb.js · fetched 2026-08-29 · 5f6a8af84eab
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| krasimir/deb.js | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem