debug
debug copied to clipboard
A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers
The format of the output when using `console.table` in javascript is great. It would be awesome to have the debug function support this format of output for arrays of objects....
The debug package shows a very nice millisecond diff feature:  But for some reason, in my logs, I don't see it. (Although I do see timestamps). I prefer seeing...
 Please review or remove links to examples in your readme. Links such as the [stdout.js](https://github.com/debug-js/debug/blob/HEAD/examples/node/stdout.js) in the screenshot above return a 404 page.
Passes linting and can be executed inside the examples directory
fixes #649
I have tags lower level log messages by suffixing them with `:debug`. They stay off using `-myapp:*:debug`. In the DEBUG wildcards, is there a way to enable just one (like...
Just a quick note that `localStorage` isn't available in web workers. The dynamic approach described under "Set dynamically" works fine in this environment but it might be worth adding a...
Hi, I'm developing a Figma plugin and the code runs on a sandbox with no access to `window` or `process` so although I'm using Chrome Dev Tools to see the...
I started this effort because I was in sore need of localized dates (we have Java & Node microservices and it's a pain that one takes into account timezone while...
I have seen some strange behavior when temporary disabling the current namespaces, and trying to re-enable the namespaces returned by the debug.disable() call later in the debug.enable() call. This happened...