| 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';
|
|
|