Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Issue 2399 in v8: In debugger allow modifying local variable values
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
codesite-nore...@google.com  
View profile  
 More options Nov 8 2012, 11:21 am
From: codesite-nore...@google.com
Date: Thu, 08 Nov 2012 16:21:31 +0000
Local: Thurs, Nov 8 2012 11:21 am
Subject: Issue 2399 in v8: In debugger allow modifying local variable values
Status: Accepted
Owner: peter.ry...@gmail.com
Labels: Type-FeatureRequest Priority-Medium

New issue 2399 by peter.ry...@gmail.com: In debugger allow modifying local  
variable values
http://code.google.com/p/v8/issues/detail?id=2399

When debugger paused, local variables could be inspected, but not modified.  
When possible, debugger should allow to modify their values.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Nov 8 2012, 11:22 am
From: codesite-nore...@google.com
Date: Thu, 08 Nov 2012 16:22:31 +0000
Local: Thurs, Nov 8 2012 11:22 am
Subject: Re: Issue 2399 in v8: In debugger allow modifying local variable values

Comment #1 on issue 2399 by peter.ry...@gmail.com: In debugger allow  
modifying local variable values
http://code.google.com/p/v8/issues/detail?id=2399

Releated Chromium bug:  
http://code.google.com/p/chromium/issues/detail?id=124206


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Nov 9 2012, 12:38 pm
From: codesite-nore...@google.com
Date: Fri, 09 Nov 2012 17:38:34 +0000
Local: Fri, Nov 9 2012 12:38 pm
Subject: Re: Issue 2399 in v8: In debugger allow modifying local variable values

Comment #2 on issue 2399 by 0.sin...@gmail.com: In debugger allow modifying  
local variable values
http://code.google.com/p/v8/issues/detail?id=2399

+1

This has been a hindrance for me while debugging. Would save me a lot of  
time when testing with chrome. However, in the meantime I've been using  
Firefox+Firebug to debug, and that works fine, but I still prefer chrome  
for debugging in general.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Nov 17 2012, 12:28 pm
From: codesite-nore...@google.com
Date: Sat, 17 Nov 2012 17:28:36 +0000
Local: Sat, Nov 17 2012 12:28 pm
Subject: Re: Issue 2399 in v8: In debugger allow modifying local variable values

Comment #3 on issue 2399 by peter.ry...@gmail.com: In debugger allow  
modifying local variable values
http://code.google.com/p/v8/issues/detail?id=2399

Changing variables in non-object scopes, such as Local, Closure and Catch  
requires an explicit API. Object-based scopes (With, Glolbal) can be  
updated using evaluate expression technique (which is even more preferable,  
if the object non-trivial properties).


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Nov 17 2012, 2:45 pm
From: codesite-nore...@google.com
Date: Sat, 17 Nov 2012 19:45:12 +0000
Local: Sat, Nov 17 2012 2:45 pm
Subject: Re: Issue 2399 in v8: In debugger allow modifying local variable values

Comment #4 on issue 2399 by 0.sin...@gmail.com: In debugger allow modifying  
local variable values
http://code.google.com/p/v8/issues/detail?id=2399

Sorry peter.ry, I may have misunderstood. All I know is that other  
debuggers allow this. If it requires an explicit API then it's time to  
design/implement such an API I think. For debugging this is an incredibly  
valuable tool.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Nov 17 2012, 3:23 pm
From: codesite-nore...@google.com
Date: Sat, 17 Nov 2012 20:23:38 +0000
Local: Sat, Nov 17 2012 3:23 pm
Subject: Re: Issue 2399 in v8: In debugger allow modifying local variable values

Comment #5 on issue 2399 by peter.ry...@gmail.com: In debugger allow  
modifying local variable values
http://code.google.com/p/v8/issues/detail?id=2399

0.sinner, this is an implementation discussion/log; it doesn't really make  
sense for you to supervise it :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Feb 23, 2:11 pm
From: codesite-nore...@google.com
Date: Sat, 23 Feb 2013 19:11:17 +0000
Local: Sat, Feb 23 2013 2:11 pm
Subject: Re: Issue 2399 in v8: In debugger allow modifying local variable values

Comment #6 on issue 2399 by gabrielm...@hotmail.com: In debugger allow  
modifying local variable values
http://code.google.com/p/v8/issues/detail?id=2399

Great to know that work is being done on this :)

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Mar 21, 10:18 am
From: codesite-nore...@google.com
Date: Thu, 21 Mar 2013 14:18:22 +0000
Local: Thurs, Mar 21 2013 10:18 am
Subject: Re: Issue 2399 in v8: In debugger allow modifying local variable values
Updates:
        Status: Fixed

Comment #7 on issue 2399 by peter.ry...@gmail.com: In debugger allow  
modifying local variable values
http://code.google.com/p/v8/issues/detail?id=2399

Fixed, added to Debug JS API and to debug protocol.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »