debug icon indicating copy to clipboard operation
debug copied to clipboard

A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers

Results 97 debug issues
Sort by recently updated
recently updated
newest added

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: ![image](https://github.com/debug-js/debug/assets/8407819/794fe287-3257-43f6-a90c-e483b7d09edc) But for some reason, in my logs, I don't see it. (Although I do see timestamps). I prefer seeing...

![Screenshot 2023-03-06 at 12 31 14 PM](https://user-images.githubusercontent.com/88355936/223098645-413160f9-447c-4378-914c-0de08b5759ba.jpg) 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.

bug
change-patch
needs-documentation

Passes linting and can be executed inside the examples directory

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...

bug