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

Unified Diff: runtime/observatory/lib/debugger.dart

Issue 918003002: Add 'break' and 'clear' commands to Observatory debugger. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixups Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/observatory/lib/debugger.dart
diff --git a/runtime/observatory/lib/cli.dart b/runtime/observatory/lib/debugger.dart
similarity index 63%
copy from runtime/observatory/lib/cli.dart
copy to runtime/observatory/lib/debugger.dart
index 607c58a919685c7fca635c1bf5acb02543720582..d432e88104ca3dc213f994d5256dc14604b75057 100644
--- a/runtime/observatory/lib/cli.dart
+++ b/runtime/observatory/lib/debugger.dart
@@ -2,8 +2,10 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library cli;
+library debugger;
import 'dart:async';
+import 'package:observatory/service.dart';
-part 'src/cli/command.dart';
+part 'src/debugger/debugger.dart';
+part 'src/debugger/source_location.dart';
« no previous file with comments | « no previous file | runtime/observatory/lib/src/cli/command.dart » ('j') | runtime/observatory/lib/src/debugger/source_location.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698