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

Issue 2487673002: [debugger] Basic scope functionality and exception events in wrapper (Closed)

Created:
4 years, 1 month ago by jgruber
Modified:
4 years, 1 month ago
Reviewers:
Yang
CC:
v8-reviews_googlegroups.com, Michael Achenbach
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[debugger] Basic scope functionality and exception events in wrapper BUG=v8:5530 Committed: https://crrev.com/0cb3897179cd736fdfc9ecb7f2af88fd61ff572f Cr-Commit-Position: refs/heads/master@{#40840}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Formatting #

Patch Set 3 : Formatting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -1379 lines) Patch
A + test/debugger/debug/debug-allscopes-on-debugger.js View 1 chunk +1 line, -7 lines 0 comments Download
A + test/debugger/debug/es6/debug-promises/promise-all-caught.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/debugger/debug/es6/debug-promises/promise-race-caught.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/debugger/debug/es6/debug-promises/reentry.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/debugger/debug/es6/debug-promises/reject-caught-late.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/debugger/debug/es6/debug-promises/reject-caught-uncaught.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/debugger/debug/es6/debug-promises/stepin-handler.js View 1 chunk +1 line, -7 lines 0 comments Download
A + test/debugger/debug/es6/debug-promises/throw-caught-late.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/debugger/debug/es6/debug-promises/throw-caught-uncaught.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/debugger/debug/es6/debug-promises/throw-eventually-caught.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/debugger/debug/es6/regress/regress-3280.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/debugger/debug/harmony/async-debug-caught-exception.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/debugger/debug/harmony/async-debug-caught-exception-cases.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/debugger/debug/harmony/async-debug-caught-exception-cases0.js View 1 chunk +2 lines, -3 lines 0 comments Download
A + test/debugger/debug/harmony/async-debug-caught-exception-cases1.js View 1 chunk +2 lines, -3 lines 0 comments Download
A + test/debugger/debug/harmony/async-debug-caught-exception-cases2.js View 1 chunk +2 lines, -3 lines 0 comments Download
A + test/debugger/debug/harmony/async-debug-caught-exception-cases3.js View 1 chunk +2 lines, -3 lines 0 comments Download
A + test/debugger/debug/harmony/async-debug-step-continue-at-break.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/debugger/debug/harmony/async-debug-step-in.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/debugger/debug/harmony/async-debug-step-in-and-out.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/debugger/debug/harmony/async-debug-step-nested.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/debugger/debug/harmony/async-debug-step-next.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/debugger/debug/harmony/async-debug-step-next-constant.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/debugger/debug/regress/regress-4309-1.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/debugger/debug/regress/regress-4309-3.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/debugger/debug/regress/regress-4703.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/debugger/debug/regress/regress-crbug-609046.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/debugger/debug/regress/regress-crbug-633999.js View 1 chunk +1 line, -1 line 0 comments Download
M test/debugger/test-api.js View 1 2 6 chunks +48 lines, -5 lines 0 comments Download
M test/debugger/testcfg.py View 2 chunks +13 lines, -0 lines 0 comments Download
D test/mjsunit/debug-allscopes-on-debugger.js View 1 chunk +0 lines, -59 lines 0 comments Download
D test/mjsunit/es6/debug-promises/promise-all-caught.js View 1 chunk +0 lines, -40 lines 0 comments Download
D test/mjsunit/es6/debug-promises/promise-race-caught.js View 1 chunk +0 lines, -40 lines 0 comments Download
D test/mjsunit/es6/debug-promises/reentry.js View 1 chunk +0 lines, -17 lines 0 comments Download
D test/mjsunit/es6/debug-promises/reject-caught-late.js View 1 chunk +0 lines, -34 lines 0 comments Download
D test/mjsunit/es6/debug-promises/reject-caught-uncaught.js View 1 chunk +0 lines, -36 lines 0 comments Download
D test/mjsunit/es6/debug-promises/stepin-handler.js View 1 chunk +0 lines, -65 lines 0 comments Download
D test/mjsunit/es6/debug-promises/throw-caught-late.js View 1 chunk +0 lines, -34 lines 0 comments Download
D test/mjsunit/es6/debug-promises/throw-caught-uncaught.js View 1 chunk +0 lines, -36 lines 0 comments Download
D test/mjsunit/es6/debug-promises/throw-eventually-caught.js View 1 chunk +0 lines, -42 lines 0 comments Download
M test/mjsunit/es6/debug-stepin-microtasks.js View 1 chunk +1 line, -7 lines 0 comments Download
D test/mjsunit/es6/regress/regress-3280.js View 1 chunk +0 lines, -25 lines 0 comments Download
M test/mjsunit/es6/regress/regress-468661.js View 2 chunks +1 line, -6 lines 0 comments Download
D test/mjsunit/harmony/async-debug-caught-exception.js View 1 chunk +0 lines, -144 lines 0 comments Download
D test/mjsunit/harmony/async-debug-caught-exception-cases.js View 1 chunk +0 lines, -216 lines 0 comments Download
D test/mjsunit/harmony/async-debug-caught-exception-cases0.js View 1 chunk +0 lines, -8 lines 0 comments Download
D test/mjsunit/harmony/async-debug-caught-exception-cases1.js View 1 chunk +0 lines, -8 lines 0 comments Download
D test/mjsunit/harmony/async-debug-caught-exception-cases2.js View 1 chunk +0 lines, -8 lines 0 comments Download
D test/mjsunit/harmony/async-debug-caught-exception-cases3.js View 1 chunk +0 lines, -8 lines 0 comments Download
D test/mjsunit/harmony/async-debug-step-continue-at-break.js View 1 chunk +0 lines, -55 lines 0 comments Download
D test/mjsunit/harmony/async-debug-step-in.js View 1 chunk +0 lines, -51 lines 0 comments Download
D test/mjsunit/harmony/async-debug-step-in-and-out.js View 1 chunk +0 lines, -51 lines 0 comments Download
D test/mjsunit/harmony/async-debug-step-nested.js View 1 chunk +0 lines, -58 lines 0 comments Download
D test/mjsunit/harmony/async-debug-step-next.js View 1 chunk +0 lines, -51 lines 0 comments Download
D test/mjsunit/harmony/async-debug-step-next-constant.js View 1 chunk +0 lines, -39 lines 0 comments Download
D test/mjsunit/regress/regress-4309-1.js View 1 chunk +0 lines, -37 lines 0 comments Download
D test/mjsunit/regress/regress-4309-3.js View 1 chunk +0 lines, -39 lines 0 comments Download
D test/mjsunit/regress/regress-4703.js View 1 chunk +0 lines, -36 lines 0 comments Download
D test/mjsunit/regress/regress-crbug-609046.js View 1 chunk +0 lines, -36 lines 0 comments Download
D test/mjsunit/regress/regress-crbug-633999.js View 1 chunk +0 lines, -40 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 23 (16 generated)
jgruber
Note that this also adds logic for 'Files:' specifications to testcfg.py. Very similar to mjsunit/ ...
4 years, 1 month ago (2016-11-08 13:25:42 UTC) #4
Yang
On 2016/11/08 13:25:42, jgruber wrote: > Note that this also adds logic for 'Files:' specifications ...
4 years, 1 month ago (2016-11-08 13:37:27 UTC) #5
Yang
https://codereview.chromium.org/2487673002/diff/1/test/debugger/test-api.js File test/debugger/test-api.js (right): https://codereview.chromium.org/2487673002/diff/1/test/debugger/test-api.js#newcode248 test/debugger/test-api.js:248: return { scopeType : () => this.execStateScopeType(scope.type), Just curious: ...
4 years, 1 month ago (2016-11-08 13:37:33 UTC) #6
jgruber
https://codereview.chromium.org/2487673002/diff/1/test/debugger/test-api.js File test/debugger/test-api.js (right): https://codereview.chromium.org/2487673002/diff/1/test/debugger/test-api.js#newcode248 test/debugger/test-api.js:248: return { scopeType : () => this.execStateScopeType(scope.type), On 2016/11/08 ...
4 years, 1 month ago (2016-11-08 13:58:35 UTC) #9
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/2487673002/30001
4 years, 1 month ago (2016-11-08 14:51:45 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:30001)
4 years, 1 month ago (2016-11-08 14:53:56 UTC) #21
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:26:26 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/0cb3897179cd736fdfc9ecb7f2af88fd61ff572f
Cr-Commit-Position: refs/heads/master@{#40840}

Powered by Google App Engine
This is Rietveld 408576698