MCPcopy Create free account
hub / github.com/codeaashu/claude-code / debug

Method debug

src/utils/claudeInChrome/mcpServer.ts:281–283  ·  view source on GitHub ↗
(message: string, ...args: unknown[])

Source from the content-addressed store, hash-verified

279 logForDebugging(format(message, ...args), { level: 'debug' })
280 }
281 debug(message: string, ...args: unknown[]): void {
282 logForDebugging(format(message, ...args), { level: 'debug' })
283 }
284 info(message: string, ...args: unknown[]): void {
285 logForDebugging(format(message, ...args), { level: 'info' })
286 }

Callers

nothing calls this directly

Calls 1

logForDebuggingFunction · 0.85

Tested by

no test coverage detected