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

Issue 7200024: Issue 1418: Debug: extends setBreakpoint API to accept partial script name as a parameter (Closed)

Created:
9 years, 6 months ago by Peter Rybin
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Issue 1418: Debug: extends setBreakpoint API to accept partial script name as a parameter Committed: http://code.google.com/p/v8/source/detail?r=8355

Patch Set 1 #

Patch Set 2 : clean #

Patch Set 3 : write 'object' #

Patch Set 4 : actual location, d8 command #

Patch Set 5 : drop v8-debug.cc #

Patch Set 6 : merge #

Total comments: 4

Patch Set 7 : follow codereview #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -18 lines) Patch
M src/d8.js View 1 2 3 2 chunks +9 lines, -1 line 0 comments Download
M src/debug-debugger.js View 1 2 3 4 5 6 11 chunks +59 lines, -17 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Peter Rybin
This should be a commit (unlike draft previous one).
9 years, 6 months ago (2011-06-19 21:53:48 UTC) #1
Søren Thygesen Gjesse
LGMT http://codereview.chromium.org/7200024/diff/1005/src/debug-debugger.js File src/debug-debugger.js (right): http://codereview.chromium.org/7200024/diff/1005/src/debug-debugger.js#newcode1663 src/debug-debugger.js:1663: throw new Error("Unexpected breakpoint type: " + break_point.type()); ...
9 years, 6 months ago (2011-06-21 08:04:40 UTC) #2
Peter Rybin
9 years, 6 months ago (2011-06-21 19:18:30 UTC) #3
http://codereview.chromium.org/7200024/diff/1005/src/debug-debugger.js
File src/debug-debugger.js (right):

http://codereview.chromium.org/7200024/diff/1005/src/debug-debugger.js#newcod...
src/debug-debugger.js:1663: throw new Error("Unexpected breakpoint type: " +
break_point.type());
On 2011/06/21 08:04:40, Søren Gjesse wrote:
> Maybe this message should start with "Internal error", as it is not related to
a
> bad request.

Good point.
Done.

http://codereview.chromium.org/7200024/diff/1005/src/debug-debugger.js#newcod...
src/debug-debugger.js:1800: throw new Error("Unexpected breakpoint type: " +
break_point.type());
On 2011/06/21 08:04:40, Søren Gjesse wrote:
> Ditto.

Done.

Powered by Google App Engine
This is Rietveld 408576698