v8/test/inspector/debugger/stepping-after-get-possible-breakpoints-expected.txt
kozyatinskiy 891e31241c [inspector] fixed Debugger.getPossibleBreakpoints
If we just call CreateDebugInfo in GetPossibleBreakpoints then we won't call PrepareFunctionForBreakPoints and won't be able to step into this function or pause at breakpoint inside.

BUG=v8:5695
R=dgozman@chromium.org,yangguo@chromium.org

Review-Url: https://codereview.chromium.org/2540943002
Cr-Commit-Position: refs/heads/master@{#41401}
2016-12-01 00:26:37 +00:00

12 lines
76 B
Plaintext

-- call boo:
(top)
(top)
boo
(top)
-- call foo:
(top)
(top)
(top)
foo
(top)