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

Function stdout

test/parallel/test-debugger-probe-expression-throws.js:29–62  ·  view source on GitHub ↗
(output)

Source from the content-addressed store, hash-verified

27 status: 0,
28 signal: null,
29 stdout(output) {
30 assertProbeJson(output, {
31 v: 2,
32 probes,
33 results: [{
34 probe: 0,
35 event: 'hit',
36 hit: 1,
37 location: { url, line: 16, column: 1 },
38 error: {
39 message: 'Error: boom\n<stack>',
40 details: {
41 exception: {
42 exceptionId: 1,
43 text: 'Uncaught',
44 lineNumber: 4,
45 columnNumber: 4,
46 scriptId: '<scriptId>',
47 stackTrace: { callFrames: '<callFrames>' },
48 exception: { type: 'object', subtype: 'error', description: 'Error: boom\n<stack>' },
49 },
50 },
51 },
52 }, {
53 probe: 1,
54 event: 'hit',
55 hit: 1,
56 location: { url, line: 17, column: 1 },
57 result: { type: 'undefined' },
58 }, {
59 event: 'completed',
60 }],
61 });
62 },
63 trim: true,
64});

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…