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

Issue 11412310: Issue 2399 part 2: In debugger allow modifying local variable values (Closed)

Created:
8 years ago by Peter Rybin
Modified:
8 years ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Issue 2399 part 2: In debugger allow modifying local variable values Committed: http://code.google.com/p/v8/source/detail?r=13202

Patch Set 1 #

Patch Set 2 : style #

Total comments: 13

Patch Set 3 : follow code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+274 lines, -76 lines) Patch
M src/frames.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/frames.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/runtime.cc View 1 2 4 chunks +107 lines, -17 lines 0 comments Download
M test/mjsunit/debug-set-variable-value.js View 1 2 4 chunks +159 lines, -59 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Peter Rybin
Hi Yang this change should complete the feature implementation. It covers 2 more native scopes: ...
8 years ago (2012-12-04 00:00:41 UTC) #1
Yang
LGTM with some comments. https://codereview.chromium.org/11412310/diff/2001/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/11412310/diff/2001/src/runtime.cc#newcode10858 src/runtime.cc:10858: Isolate* isolate, I'd prefer having ...
8 years ago (2012-12-10 14:15:11 UTC) #2
Peter Rybin
https://codereview.chromium.org/11412310/diff/2001/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/11412310/diff/2001/src/runtime.cc#newcode10858 src/runtime.cc:10858: Isolate* isolate, On 2012/12/10 14:15:11, Yang wrote: > I'd ...
8 years ago (2012-12-11 23:20:44 UTC) #3
Yang
8 years ago (2012-12-12 09:53:40 UTC) #4
Message was sent while issue was closed.
LGTM.

https://codereview.chromium.org/11412310/diff/2001/test/mjsunit/debug-set-var...
File test/mjsunit/debug-set-variable-value.js (right):

https://codereview.chromium.org/11412310/diff/2001/test/mjsunit/debug-set-var...
test/mjsunit/debug-set-variable-value.js:128:
ClosureTestCase.prototype.run_and_catch_ = function(runnable) {
On 2012/12/11 23:20:44, Peter Rybin wrote:
> On 2012/12/10 14:15:11, Yang wrote:
> > Why does this end with an underscore?
> 
> I mean it a private member.

Well, javascript doesn't really have a private concept. But I guess you can keep
it this way if you insist.

Powered by Google App Engine
This is Rietveld 408576698