v8/test/inspector/debugger/continue-to-location-target-call-frames-expected.txt
kozyatinskiy d7e09f8fcc [inspector] added targetCallFrames for continueToLocation
By default we just break when we first time reach passed location, with current - we'll break at passed location only when it happens within the same stack frame.

BUG=v8:6397
R=dgozman@chromium.org

Review-Url: https://codereview.chromium.org/2879923003
Cr-Commit-Position: refs/heads/master@{#45354}
2017-05-16 21:52:49 +00:00

82 lines
1.4 KiB
Plaintext

Check that continue-to-location works with different strategies.
Running test: testAwaitAny
(anonymous) (expr.js:0:0)
asyncFact (test.js:9:2)
(anonymous) (expr.js:0:0)
asyncFact (test.js:11:2)
-- async function --
asyncFact (test.js:8:24)
asyncFact (test.js:10:20)
asyncFact (test.js:10:20)
asyncFact (test.js:10:20)
(anonymous) (expr.js:0:0)
Running test: testAwaitCurrent
(anonymous) (expr.js:0:0)
asyncFact (test.js:9:2)
(anonymous) (expr.js:0:0)
asyncFact (test.js:11:2)
-- async function --
asyncFact (test.js:8:24)
(anonymous) (expr.js:0:0)
Running test: testAny
(anonymous) (expr.js:0:0)
fact (test.js:16:2)
(anonymous) (expr.js:0:0)
fact (test.js:18:2)
fact (test.js:17:14)
fact (test.js:17:14)
fact (test.js:17:14)
(anonymous) (expr.js:0:0)
Running test: testCurrent
(anonymous) (expr.js:0:0)
fact (test.js:16:2)
(anonymous) (expr.js:0:0)
fact (test.js:18:2)
(anonymous) (expr.js:0:0)
Running test: testTopLevelAny
(anonymous) (expr.js:0:0)
topLevel (test.js:23:2)
(anonymous) (expr.js:0:0)
(anonymous) (:1:10)
topLevel (test.js:23:2)
(anonymous) (expr.js:0:0)
(anonymous) (:4:10)
topLevel (test.js:23:2)
(anonymous) (expr.js:0:0)
Running test: testTopLevelCurrent
(anonymous) (expr.js:0:0)
topLevel (test.js:23:2)
(anonymous) (expr.js:0:0)
(anonymous) (:1:10)
topLevel (test.js:23:2)
(anonymous) (expr.js:0:0)
(anonymous) (:4:10)
topLevel (test.js:23:2)
(anonymous) (expr.js:0:0)