MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / enableDebugLogging

Function enableDebugLogging

src/utils/debug.ts:64–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 * with --debug. Returns true if logging was already active.
63 */
64export function enableDebugLogging(): boolean {
65 const wasActive = isDebugMode() || process.env.USER_TYPE === 'ant'
66 runtimeDebugEnabled = true
67 isDebugMode.cache.clear?.()
68 return wasActive
69}
70
71// Extract and parse debug filter from command line arguments
72// Exported for testing purposes

Callers 1

getPromptForCommandFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected