Debug
The native console.debug
is an alias to console.log
. With Tampered Console, together with the debug dependency, the Console.debug
may come in handy when developing your app.
Learn more about debug
in their GitHub repository.
The Tampered Console integration with debug has the namespace set to wildcard, there's no need to set a process environment variable to enable a specific debug namespace.
Last updated