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

Unified Diff: runtime/vm/debugger.h

Issue 1116263004: Add 'dart:debugger' library (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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/debugger.h
diff --git a/runtime/vm/debugger.h b/runtime/vm/debugger.h
index 3796297e17a6c5a5d2dd3d75e43746f04810ddc5..0c7d83d9b3092c5c1d54b44e5495211706c586d0 100644
--- a/runtime/vm/debugger.h
+++ b/runtime/vm/debugger.h
@@ -442,6 +442,8 @@ class Debugger {
void SignalBpReached();
void DebuggerStepCallback();
+ void ExplicitBreakpoint();
+
void SignalExceptionThrown(const Instance& exc);
void SignalIsolateEvent(DebuggerEvent::EventType type);
static void SignalIsolateInterrupted();

Powered by Google App Engine
This is Rietveld 408576698