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

Function resetOnStart

lib/internal/debugger/inspect_repl.js:387–394  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

385 let waitForInitialBreakRender = false;
386
387 function resetOnStart() {
388 knownScripts = {};
389 currentBacktrace = null;
390 selectedFrame = null;
391
392 if (exitDebugRepl) exitDebugRepl();
393 exitDebugRepl = null;
394 }
395 resetOnStart();
396
397 const INSPECT_OPTIONS = { colors: inspector.stdout.isTTY };

Callers 1

createReplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…