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

Issue 10540121: Add API to configure debugger pause on exception (Closed)

Created:
8 years, 6 months ago by hausner
Modified:
8 years, 6 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, devoncarew, keertip, podivilov1
Visibility:
Public.

Description

Add API to configure debugger pause on exception Still to be done: proper determination whether an exception is handled or unhandled. We still assume that TypeError and AssertionError exceptions are unhanded. Committed: https://code.google.com/p/dart/source/detail?r=8579

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -12 lines) Patch
M runtime/bin/dbg_connection.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/dbg_connection.cc View 1 2 chunks +23 lines, -0 lines 0 comments Download
M runtime/include/dart_debugger_api.h View 1 chunk +17 lines, -0 lines 0 comments Download
M runtime/vm/debugger.h View 3 chunks +5 lines, -3 lines 0 comments Download
M runtime/vm/debugger.cc View 2 chunks +23 lines, -9 lines 0 comments Download
M runtime/vm/debugger_api_impl.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M tools/ddbg.dart View 1 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
hausner
8 years, 6 months ago (2012-06-12 17:18:19 UTC) #1
srdjan
8 years, 6 months ago (2012-06-12 20:24:52 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698