deb.js is a minimal JavaScript debugging library for browser-based development. It works at the function level by letting developers add a debugging wrapper to existing functions. When those functions run, deb.js groups console output and places logs in clearer execution context. It can show stack traces, passed arguments, and execution time, which helps developers understand how functions behave at runtime. The library is very small and can be added near the top of a page before other scripts. It also had a Chrome extension workflow, making it easier to inject debugging behavior into pages during development.
Features
- Function-level browser debugging
- Grouped console output
- Stack trace display
- Argument inspection
- Execution time reporting
- Chrome extension injection workflow
Categories
LibrariesLicense
MIT LicenseFollow deb.js
Other Useful Business Software
Veeam Data Platform v13.1
Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of deb.js!