Rename 'dart:debugger' to 'dart:developer'

- Rename 'dart:debugger' to 'dart:developer'
- Make 'breakHere' and 'breakHereIf' top level functions.

R=iposva@google.com

Review URL: https://codereview.chromium.org//1132113002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45658 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
johnmccutchan@google.com
2015-05-08 21:24:57 +00:00
parent 9d88c5c476
commit 1f851efdbb
22 changed files with 114 additions and 134 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ class Bootstrap : public AllStatic {
static const char* core_source_paths_[];
static const char* collection_source_paths_[];
static const char* convert_source_paths_[];
static const char* debugger_source_paths_[];
static const char* developer_source_paths_[];
static const char* _internal_source_paths_[];
static const char* isolate_source_paths_[];
static const char* json_source_paths_[];
@@ -39,7 +39,7 @@ class Bootstrap : public AllStatic {
static const char* core_patch_paths_[];
static const char* collection_patch_paths_[];
static const char* convert_patch_paths_[];
static const char* debugger_patch_paths_[];
static const char* developer_patch_paths_[];
static const char* _internal_patch_paths_[];
static const char* isolate_patch_paths_[];
static const char* math_patch_paths_[];