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

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

Issue 1379163002: Some changes to service protocol before we land 1.13. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: CHANGELOG Created 5 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
« no previous file with comments | « CHANGELOG.md ('k') | runtime/vm/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/service/object.dart
diff --git a/runtime/observatory/lib/src/service/object.dart b/runtime/observatory/lib/src/service/object.dart
index 604a12c4a252905db9460e58ff5115471527538e..89ba05b2d2c32d73eddd175f43b3c7b2a9909438 100644
--- a/runtime/observatory/lib/src/service/object.dart
+++ b/runtime/observatory/lib/src/service/object.dart
@@ -1517,7 +1517,7 @@ class Isolate extends ServiceObjectOwner with Coverage {
if (col != null) {
params['column'] = col.toString();
}
- return invokeRpc('addBreakpoint', params);
+ return invokeRpc('addBreakpointWithScriptUri', params);
}
Future<ServiceObject> addBreakpointAtEntry(ServiceFunction function) {
« no previous file with comments | « CHANGELOG.md ('k') | runtime/vm/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698