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

Issue 3275011: Add breakOnCaughtException and breakOnUncaughtException flags (Closed)

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

Description

Add breakOnCaughtException and breakOnUncaughtException flags Committed: http://code.google.com/p/v8/source/detail?r=5480

Patch Set 1 #

Patch Set 2 : Support enable/disable break on exception flag in protocol #

Total comments: 2

Patch Set 3 : rename enum constant #

Patch Set 4 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -4 lines) Patch
M src/debug.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/debug.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/debug-debugger.js View 1 2 4 chunks +32 lines, -4 lines 0 comments Download
M src/runtime.h View 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 2 3 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Peter Rybin
10 years, 3 months ago (2010-09-16 20:59:36 UTC) #1
Søren Thygesen Gjesse
LGTM Thanks for adding this. http://codereview.chromium.org/3275011/diff/2001/3001 File src/debug-debugger.js (right): http://codereview.chromium.org/3275011/diff/2001/3001#newcode48 src/debug-debugger.js:48: Debug.ExceptionBreak = { All ...
10 years, 3 months ago (2010-09-16 21:09:29 UTC) #2
Peter Rybin
10 years, 3 months ago (2010-09-16 21:32:53 UTC) #3
http://codereview.chromium.org/3275011/diff/2001/3001
File src/debug-debugger.js (right):

http://codereview.chromium.org/3275011/diff/2001/3001#newcode48
src/debug-debugger.js:48: Debug.ExceptionBreak = { All : 0,
On 2010/09/16 21:09:29, Søren Gjesse wrote:
> How about renaming 'All' to 'Caught' then?

Done.

Powered by Google App Engine
This is Rietveld 408576698