node/deps/v8/test/inspector/debugger/framework-stepping-expected.txt
Michaël Zasso fd4f80ce54
deps: update V8 to 10.1.124.6
PR-URL: https://github.com/nodejs/node/pull/42657
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
2022-04-12 22:08:39 +02:00

102 lines
2.2 KiB
Text

Checks stepping with blackboxed frames on stack
Running test: testStepIntoFromUser
(anonymous) (expr.js:0:0)
Executing stepInto...
Executing stepInto...
userFoo (user.js:21:2)
frameworkCall (framework.js:9:23)
testStepFromUser (user.js:29:2)
(anonymous) (expr.js:0:0)
Executing stepInto...
Executing stepInto...
userBoo (user.js:25:2)
frameworkCall (framework.js:9:23)
testStepFromUser (user.js:29:2)
(anonymous) (expr.js:0:0)
Executing stepInto...
Executing stepInto...
testStepFromUser (user.js:30:0)
(anonymous) (expr.js:0:0)
Executing resume...
Running test: testStepOverFromUser
(anonymous) (expr.js:0:0)
Executing stepInto...
Executing stepInto...
userFoo (user.js:21:2)
frameworkCall (framework.js:9:23)
testStepFromUser (user.js:29:2)
(anonymous) (expr.js:0:0)
Executing stepOver...
Executing stepOver...
userBoo (user.js:25:2)
frameworkCall (framework.js:9:23)
testStepFromUser (user.js:29:2)
(anonymous) (expr.js:0:0)
Executing stepOver...
Executing stepOver...
testStepFromUser (user.js:30:0)
(anonymous) (expr.js:0:0)
Executing resume...
Running test: testStepOutFromUser
(anonymous) (expr.js:0:0)
Executing stepInto...
Executing stepInto...
userFoo (user.js:21:2)
frameworkCall (framework.js:9:23)
testStepFromUser (user.js:29:2)
(anonymous) (expr.js:0:0)
Executing stepOut...
userBoo (user.js:25:2)
frameworkCall (framework.js:9:23)
testStepFromUser (user.js:29:2)
(anonymous) (expr.js:0:0)
Executing resume...
Running test: testStepIntoFromFramework
frameworkBreakAndCall (framework.js:13:12)
testStepFromFramework (user.js:33:2)
(anonymous) (expr.js:0:0)
Executing stepInto...
userFoo (user.js:21:2)
frameworkBreakAndCall (framework.js:14:23)
testStepFromFramework (user.js:33:2)
(anonymous) (expr.js:0:0)
Executing resume...
Running test: testStepOverFromFramework
frameworkBreakAndCall (framework.js:13:12)
testStepFromFramework (user.js:33:2)
(anonymous) (expr.js:0:0)
Executing stepOver...
testStepFromFramework (user.js:34:0)
(anonymous) (expr.js:0:0)
Executing resume...
Running test: testStepOutFromFramework
frameworkBreakAndCall (framework.js:13:12)
testStepFromFramework (user.js:33:2)
(anonymous) (expr.js:0:0)
Executing stepOut...
testStepFromFramework (user.js:34:0)
(anonymous) (expr.js:0:0)
Executing resume...