MCPcopy Index your code
hub / github.com/nodejs/node / extendedDebug

Function extendedDebug

test/fixtures/snapshot/typescript.js:2928–2934  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2926 var isDebugInfoEnabled = false;
2927 var extendedDebugModule;
2928 function extendedDebug() {
2929 enableDebugInfo();
2930 if (!extendedDebugModule) {
2931 throw new Error("Debugging helpers could not be loaded.");
2932 }
2933 return extendedDebugModule;
2934 }
2935 function printControlFlowGraph(flowNode) {
2936 return console.log(formatControlFlowGraph(flowNode));
2937 }

Callers 1

formatControlFlowGraphFunction · 0.85

Calls 1

enableDebugInfoFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…