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

Issue 10185006: Add "step in recommended" to LiveEdit response object. (Closed)

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

Description

Add "step in recommended" to LiveEdit response object. Committed: https://code.google.com/p/v8/source/detail?r=11439

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M src/liveedit-debugger.js View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Peter Rybin
V8 LiveEdit implementation requires client to manually issue "step in" command. This requirement is considered ...
8 years, 8 months ago (2012-04-23 18:21:00 UTC) #1
Yang
8 years, 8 months ago (2012-04-24 07:57:09 UTC) #2
On 2012/04/23 18:21:00, Peter Rybin wrote:
> V8 LiveEdit implementation requires client to manually issue "step in"
command.
> This requirement is considered implementation-specific so we have to
explicitly
> manifest it to client.
> Currently "step_in_recommended" is added at the V8 debug protocol level, but
> WebKit omits this level and accesses Debug.LiveEdit.SetScriptSource directly.
We
> should add this flag to its result too so that WebKit knew when to issue "step
> in" command.

LGTM.

Powered by Google App Engine
This is Rietveld 408576698