MCPcopy
hub / github.com/ChromeDevTools/chrome-devtools-mcp / debugLog

Function debugLog

scripts/eval_gemini.ts:46–50  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

44 extraServerArgs: string[] = [],
45): Promise<void> {
46 const debugLog = (...args: unknown[]) => {
47 if (debug) {
48 console.log(...args);
49 }
50 };
51 const absolutePath = path.resolve(scenarioPath);
52 debugLog(
53 `\n### Running Scenario: ${path.relative(ROOT_DIR, absolutePath)} ###`,

Callers 1

runSingleScenarioFunction · 0.85

Calls 1

logMethod · 0.80

Tested by

no test coverage detected