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

Unified Diff: runtime/vm/service_event.h

Issue 1174313002: Allow setting break-on-exceptions option over the service protocol. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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/vm/service_event.h
diff --git a/runtime/vm/service_event.h b/runtime/vm/service_event.h
index f835498a3ef36928581c9aa3c5608f7bdaee5108..3d32c37b513382b61622445290c0e8ccb9d3b8d5 100644
--- a/runtime/vm/service_event.h
+++ b/runtime/vm/service_event.h
@@ -28,6 +28,7 @@ class ServiceEvent {
kBreakpointResolved,
kBreakpointRemoved,
kInspect,
+ kDebuggerUpdate,
kGC,

Powered by Google App Engine
This is Rietveld 408576698