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

Issue 1214973002: DevTools: start in the beginning of the line upon "continue to here". (Closed)

Created:
5 years, 5 months ago by pfeldman
Modified:
5 years, 5 months ago
Reviewers:
dgozman
CC:
blink-reviews, caseq+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

DevTools: start in the beginning of the line upon "continue to here". R=dgozman BUG=495202 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197988

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M Source/devtools/front_end/sources/SourcesPanel.js View 1 chunk +3 lines, -1 line 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 8 (1 generated)
pfeldman
5 years, 5 months ago (2015-06-29 12:08:55 UTC) #1
dgozman
lgtm
5 years, 5 months ago (2015-06-29 12:11:43 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1214973002/1
5 years, 5 months ago (2015-06-29 12:25:29 UTC) #4
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://src.chromium.org/viewvc/blink?view=rev&revision=197988
5 years, 5 months ago (2015-06-29 14:36:29 UTC) #5
wes
This prevents users from stepping between statements on a single line - a useful feature ...
5 years, 5 months ago (2015-06-29 17:35:09 UTC) #6
pfeldman
> This prevents users from stepping between statements on a single line - a useful ...
5 years, 5 months ago (2015-06-29 17:42:15 UTC) #7
wes
5 years, 5 months ago (2015-06-29 23:46:46 UTC) #8
Message was sent while issue was closed.
On 2015/06/29 17:42:15, pfeldman wrote:
> It might still be worth addressing, but I don't see how we can provide the
> feedback to the user wrt point we continue to. It could be an interactive tool
> where you say "continue to location" and statement under cursor starts
glowing,
> then you move cursor over the desired location, it highlights and you confirm
it
> via click.

The devtools already highlight to indicate what has yet to execute on a line
when paused, 
so in that regard I think you're pretty good. Maybe simply changing the context
menu option from 'Continue to here' (which isn't necessarily true unless we turn
on
in-statement breakpoints) to 'Continue and break before statement' is
sufficient? 
(Though present behavior is 'break after statement') 'Continue and break before 
statement' is more truthful to the action and forthright with what will happen -
though a bit verbose.

Powered by Google App Engine
This is Rietveld 408576698