deno-debug icon indicating copy to clipboard operation
deno-debug copied to clipboard

Debugging utility for deno. Ported from https://npmjs.com/debug

Results 4 deno-debug issues
Sort by recently updated
recently updated
newest added

On the repo I see that the checkboxes are filled, but on the deno.land version I just see bullet points, so I didn't immediately realise most of the todos are...

Can you outline the difference between https://deno.land/x/debug and https://deno.land/x/debuglog and the `debug` package on npm? Are any of these based on each other?

See https://doc.deno.land/https://deno.land/[email protected]/fmt/colors.ts

Why does the content to be logged need to be of type `string | Error`? I am used to log objects and get nice formatting from node/deno and I wish...