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

Unified Diff: dart/runtime/lib/breakpoint_patch.dart

Issue 204483002: Add 'breakpoint' similar to 'debugger' from JavaScript. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | dart/runtime/lib/corelib_sources.gypi » ('j') | dart/sdk/lib/core/breakpoint.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/runtime/lib/breakpoint_patch.dart
diff --git a/dart/tests/language/deferred_prefix_constraints_lib2.dart b/dart/runtime/lib/breakpoint_patch.dart
similarity index 87%
copy from dart/tests/language/deferred_prefix_constraints_lib2.dart
copy to dart/runtime/lib/breakpoint_patch.dart
index c79d4e536005a5d128947c9557ef22fe463bec80..26b40bd0f390df896eebed8f85aa1e1b7f7d1edf 100644
--- a/dart/tests/language/deferred_prefix_constraints_lib2.dart
+++ b/dart/runtime/lib/breakpoint_patch.dart
@@ -2,4 +2,5 @@
// 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.
-foo() => 24;
+patch void get breakpoint {
+}
« no previous file with comments | « no previous file | dart/runtime/lib/corelib_sources.gypi » ('j') | dart/sdk/lib/core/breakpoint.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698