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

Unified Diff: runtime/bin/vmservice/observatory/lib/src/service/object.dart

Issue 537673002: Add --break-at-isolate-spawn to help with isolate debugging. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: gen js Created 6 years, 3 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/bin/vmservice/observatory/lib/src/service/object.dart
diff --git a/runtime/bin/vmservice/observatory/lib/src/service/object.dart b/runtime/bin/vmservice/observatory/lib/src/service/object.dart
index 2e92b8b2fa4b477b45dd345aabbcf38a14c30fcb..67747026f2b044182249cb75318f07d7bfb38b8d 100644
--- a/runtime/bin/vmservice/observatory/lib/src/service/object.dart
+++ b/runtime/bin/vmservice/observatory/lib/src/service/object.dart
@@ -792,7 +792,7 @@ class Isolate extends ServiceObjectOwner with Coverage {
@observable String name;
@observable String vmName;
@observable String mainPort;
- @observable Map entry;
+ @observable ServiceFunction entry;
@observable final Map<String, double> timers =
toObservable(new Map<String, double>());
« no previous file with comments | « runtime/bin/vmservice/observatory/deployed/web/packages/web_components/platform.js ('k') | runtime/vm/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698