MCPcopy Index your code
hub / github.com/Noumena-Network/code / getDebugLogPath

Function getDebugLogPath

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

Source from the content-addressed store, hash-verified

400}
401
402export function getDebugLogPath(): string {
403 return (
404 getDebugFilePath() ??
405 process.env.CLAUDE_CODE_DEBUG_LOGS_DIR ??
406 join(getClaudeConfigHomeDir(), 'debug', `${getSessionId()}.txt`)
407 )
408}
409
410/**
411 * Updates the latest debug log symlink to point to the current debug log file.

Callers 4

debug.test.tsFile · 0.70
getDebugWriterFunction · 0.70
debug.tsFile · 0.70
getPromptForCommandFunction · 0.50

Calls 1

getSessionIdFunction · 0.85

Tested by

no test coverage detected