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

Function debuggerPausedCallback

test/parallel/test-inspector-bindings.js:30–35  ·  view source on GitHub ↗
(session, notification)

Source from the content-addressed store, hash-verified

28}
29
30function debuggerPausedCallback(session, notification) {
31 const params = notification.params;
32 const callFrame = params.callFrames[0];
33 const scopeId = callFrame.scopeChain[0].object.objectId;
34 checkScope(session, scopeId);
35}
36
37function waitForWarningSkipAsyncStackTraces(resolve) {
38 process.once('warning', function(warning) {

Callers 1

testSampleDebugSessionFunction · 0.85

Calls 1

checkScopeFunction · 0.85

Tested by

no test coverage detected