SaaSHub helps you find the best software and product alternatives Learn more →
Top 12 JavaScript Debug Projects
-
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
debug
A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers
Project mention: Show HN: I've made an easy to extend and flexible JavaScript logger | news.ycombinator.com | 2025-08-19It would be great to have debug-like namespacing / filtering, combined with log levels.
https://www.npmjs.com/package/debug
-
-
-
-
-
appmetrics
Node Application Metrics provides a foundational infrastructure for collecting resource and performance monitoring data for Node.js-based applications. (by RuntimeTools)
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
splitlog
A minimalistic logger transport that forwards debug logs over UDP and lets you visualize different log channels in separate terminal windows with a simple CLI tool.
Project mention: I built a tiny CLI tool to split noisy debug logs into terminal tabs | news.ycombinator.com | 2025-08-07Hi HN,
I recently published a tool I built for my own dev setup and thought it might be useful to others working with lots of logs in local or distributed environments.
When using libraries like debug, logs are already grouped by namespace — but when many services or modules are firing at once, it becomes hard to follow what’s going on.
So I made splitlog — a minimal CLI monitor that listens to debug logs over UDP and displays each namespace in a separate terminal tab (using blessed). This lets you visually isolate and focus on just the log streams you care about, in real-time.
It’s lightweight, works from the terminal, and doesn’t require any log server — ideal for local dev or dockerized environments with microservices.
Curious if others here also face this kind of log overload, and if you’ve found similar or better solutions. Happy to hear feedback or ideas!
Repo: https://github.com/dsheiko/splitlog
JavaScript Debug discussion
JavaScript Debug related posts
-
Show HN: I've made an easy to extend and flexible JavaScript logger
-
debug-logger.ts in Flyde codebase.
-
If you're building a JavaScript library and need logging, you would love LogTape
-
GDB-front end: GDB front end with a browser-based UI
-
Conditional logging
-
Has anyone figured out how to enable the millisecond diff feature in the debug package?
-
Recommendations for a visual debugger on Linux?
-
A note from our sponsor - SaaSHub
www.saashub.com | 2 Sep 2025
Index
What are some of the best open-source Debug projects in JavaScript? This list will help you:
# | Project | Stars |
---|---|---|
1 | redux-devtools-extension | 13,500 |
2 | debug | 11,314 |
3 | gdb-frontend | 2,956 |
4 | remote-redux-devtools | 1,802 |
5 | laravel-web-tinker | 1,200 |
6 | tracer for node.js | 1,154 |
7 | appmetrics | 979 |
8 | flask-debugtoolbar | 964 |
9 | sls-dev-tools | 866 |
10 | Consono | 20 |
11 | termlog | 18 |
12 | splitlog | 1 |