MCPcopy Index your code
hub / github.com/TanStack/router / debug

Method debug

e2e/solid-start/basic-cloudflare/worker-configuration.d.ts:129–129  ·  view source on GitHub ↗

* The **`console.debug()`** static method outputs a message to the console at the 'debug' log level. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/debug_static)

(...data: any[])

Source from the content-addressed store, hash-verified

127 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/debug_static)
128 */
129 debug(...data: any[]): void
130 /**
131 * The **`console.dir()`** static method displays a list of the properties of the specified JavaScript object.
132 *

Callers 2

loggingFunction · 0.65
createLoggerFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected