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 1116263004: Add 'dart:debugger' library (Closed)

Created:
5 years, 7 months ago by Cutch
Modified:
5 years, 7 months ago
Reviewers:
turnidge, hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Add 'dart:debugger' library - Add the 'dart:debugger' library. - Add the 'Debugger' class. - Add explicit Dart breakpoint triggered by a call to: Debugger.breakHere(); - Add Debugger.breakHereIf(bool expr) R=hausner@google.com, turnidge@google.com Committed: https://code.google.com/p/dart/source/detail?r=45529

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+259 lines, -78 lines) Patch
A runtime/lib/debugger.cc View 1 1 chunk +42 lines, -0 lines 0 comments Download
A + runtime/lib/debugger.dart View 1 1 chunk +4 lines, -7 lines 0 comments Download
A + runtime/lib/debugger_sources.gypi View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/observatory/tests/service/get_stack_rpc_test.dart View 1 2 2 chunks +5 lines, -28 lines 0 comments Download
M runtime/vm/bootstrap.h View 2 chunks +4 lines, -2 lines 0 comments Download
M runtime/vm/bootstrap.cc View 2 chunks +8 lines, -6 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/bootstrap_natives.cc View 2 chunks +10 lines, -5 lines 0 comments Download
M runtime/vm/debugger.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/debugger.cc View 1 1 chunk +23 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/object.cc View 3 chunks +13 lines, -8 lines 0 comments Download
M runtime/vm/object_store.h View 5 chunks +13 lines, -6 lines 0 comments Download
M runtime/vm/object_store.cc View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/vm.gypi View 8 chunks +98 lines, -10 lines 0 comments Download
M sdk/lib/_internal/libraries.dart View 1 chunk +4 lines, -0 lines 0 comments Download
A sdk/lib/debugger/debugger.dart View 1 1 chunk +23 lines, -0 lines 0 comments Download
A + sdk/lib/debugger/debugger_sources.gypi View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (1 generated)
Cutch
5 years, 7 months ago (2015-05-04 23:47:18 UTC) #2
hausner
LGTM with a few naming suggestions. Feel free to ignore. This has been a long-standing ...
5 years, 7 months ago (2015-05-05 00:16:27 UTC) #3
Cutch
https://codereview.chromium.org/1116263004/diff/1/runtime/lib/debugger.dart File runtime/lib/debugger.dart (right): https://codereview.chromium.org/1116263004/diff/1/runtime/lib/debugger.dart#newcode8 runtime/lib/debugger.dart:8: /* patch */ static void breakpoint() native "Debugger_breakpoint"; On ...
5 years, 7 months ago (2015-05-05 02:38:53 UTC) #4
turnidge
lgtm
5 years, 7 months ago (2015-05-05 16:33:20 UTC) #5
Cutch
5 years, 7 months ago (2015-05-05 17:05:57 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 45529 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698