mirror of
https://github.com/nodejs/node.git
synced 2025-05-20 02:55:51 +00:00

Some whitespace was lost when #17489 landed. While I restored the one file causing the V8-CI to fail, I missed the remaining changes from Myles. This changes restores all whitespace differences with upstream. PR-URL: https://github.com/nodejs/node/pull/18366 Refs: https://github.com/nodejs/node/pull/18360 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
43 lines
1.0 KiB
Plaintext
43 lines
1.0 KiB
Plaintext
Tests external stack traces
|
|
|
|
Running test: testDebuggerId
|
|
Enabling debugger first time..
|
|
Enabling debugger again..
|
|
> second Debugger.enable returns the same debugger id
|
|
Enabling debugger in another context group..
|
|
> Debugger.enable in another context group returns own debugger id
|
|
|
|
Running test: testInstrumentation
|
|
{
|
|
id : <messageId>
|
|
result : {
|
|
stackTrace : {
|
|
callFrames : [
|
|
[0] : {
|
|
columnNumber : 15
|
|
functionName :
|
|
lineNumber : 0
|
|
scriptId : <scriptId>
|
|
url :
|
|
}
|
|
]
|
|
description : stack
|
|
}
|
|
}
|
|
}
|
|
|
|
Running test: testDisableStacksAfterStored
|
|
> external async stack trace is empty
|
|
|
|
Running test: testDisableStacksAfterStarted
|
|
> external async stack trace is empty
|
|
|
|
Running test: testExternalStacks
|
|
(anonymous) (expr1-2.js:1:6)
|
|
-- stack2 --
|
|
store (utils.js:2:25)
|
|
(anonymous) (expr2.js:1:11)
|
|
-- stack --
|
|
store (utils.js:2:25)
|
|
(anonymous) (expr1-1.js:0:0)
|