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

Function stdout

test/parallel/test-debugger-probe-failure-process-exit.js:24–48  ·  view source on GitHub ↗
(output)

Source from the content-addressed store, hash-verified

22 status: 1,
23 signal: null,
24 stdout(output) {
25 assertProbeJson(output, {
26 v: 2,
27 probes,
28 results: [{
29 probe: 0,
30 event: 'hit',
31 hit: 1,
32 location,
33 error: { message: 'Probe evaluation did not complete' },
34 }, {
35 event: 'error',
36 pending: [],
37 error: {
38 code: 'probe_failure',
39 message:
40 'Target process exited during probe evaluation. ' +
41 'If the failure repeats, review the probe expression.',
42 probe: 0,
43 stderr: '',
44 details: { lastCdpMethod: 'Debugger.evaluateOnCallFrame' },
45 },
46 }],
47 });
48 },
49 trim: true,
50});

Callers

nothing calls this directly

Calls 1

assertProbeJsonFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…