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

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

Issue 1399743002: Straw man setExceptionPauseMode (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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/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 512d6c04c102947ea3e29a0dc4b34071a5509ac4..6e81583f654fceafab648b59a8fc8bd428d0c502 100644
--- a/runtime/observatory/lib/src/service/object.dart
+++ b/runtime/observatory/lib/src/service/object.dart
@@ -1654,8 +1654,8 @@ class Isolate extends ServiceObjectOwner with Coverage {
return invokeRpc('setName', {'name': newName});
}
- Future setExceptionPauseInfo(String exceptions) {
- return invokeRpc('_setExceptionPauseInfo', {'exceptions': exceptions});
+ Future setExceptionPauseMode(String mode) {
+ return invokeRpc('setExceptionPauseMode', {'mode': mode});
}
Future<ServiceMap> getStack() {
« no previous file with comments | « runtime/observatory/lib/src/elements/debugger.dart ('k') | runtime/observatory/tests/service/pause_on_exceptions_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698