Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Issue 2540943002: [inspector] fixed Debugger.getPossibleBreakpoints (Closed)

Created:
4 years ago by kozy
Modified:
4 years ago
Reviewers:
dgozman, Yang
CC:
v8-reviews_googlegroups.com, devtools-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[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 Committed: https://crrev.com/891e31241c9558a9b1537fa48c5b2211d275837f Cr-Commit-Position: refs/heads/master@{#41401}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -1 line) Patch
M src/debug/debug.cc View 1 chunk +2 lines, -1 line 2 comments Download
M test/inspector/debugger/get-possible-breakpoints-expected.txt View 3 chunks +18 lines, -0 lines 0 comments Download
A test/inspector/debugger/stepping-after-get-possible-breakpoints.js View 1 chunk +26 lines, -0 lines 0 comments Download
A test/inspector/debugger/stepping-after-get-possible-breakpoints-expected.txt View 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
kozy
Yang, please take a look. Without patch in added test frame inside of function boo ...
4 years ago (2016-11-30 03:17:47 UTC) #2
Yang
https://codereview.chromium.org/2540943002/diff/1/src/debug/debug.cc File src/debug/debug.cc (right): https://codereview.chromium.org/2540943002/diff/1/src/debug/debug.cc#newcode1363 src/debug/debug.cc:1363: if (!EnsureDebugInfo(candidates[i], Handle<JSFunction>::null())) I think you can remove the ...
4 years ago (2016-11-30 20:44:37 UTC) #4
kozy
https://codereview.chromium.org/2540943002/diff/1/src/debug/debug.cc File src/debug/debug.cc (right): https://codereview.chromium.org/2540943002/diff/1/src/debug/debug.cc#newcode1363 src/debug/debug.cc:1363: if (!EnsureDebugInfo(candidates[i], Handle<JSFunction>::null())) On 2016/11/30 20:44:36, Yang wrote: > ...
4 years ago (2016-11-30 22:21:59 UTC) #5
Yang
On 2016/11/30 22:21:59, kozyatinskiy wrote: > https://codereview.chromium.org/2540943002/diff/1/src/debug/debug.cc > File src/debug/debug.cc (right): > > https://codereview.chromium.org/2540943002/diff/1/src/debug/debug.cc#newcode1363 > ...
4 years ago (2016-11-30 23:37:27 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2540943002/1
4 years ago (2016-11-30 23:52:10 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years ago (2016-12-01 00:26:08 UTC) #11
commit-bot: I haz the power
4 years ago (2016-12-01 00:26:48 UTC) #13
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/891e31241c9558a9b1537fa48c5b2211d275837f
Cr-Commit-Position: refs/heads/master@{#41401}

Powered by Google App Engine
This is Rietveld 408576698