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

Unified Diff: runtime/vm/debugger.h

Issue 1341473002: Fix a variety of service protocol bugs. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: 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 | « runtime/lib/isolate_patch.dart ('k') | runtime/vm/json_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/debugger.h
diff --git a/runtime/vm/debugger.h b/runtime/vm/debugger.h
index 11358f5a60febb91b9d53a573b2adfe5e62e9e4d..685e5b5714a6324b949a728360eb262805ca95b8 100644
--- a/runtime/vm/debugger.h
+++ b/runtime/vm/debugger.h
@@ -572,6 +572,8 @@ class Debugger {
static bool IsDebuggable(const Function& func);
+ intptr_t limitBreakpointId() { return next_id_; }
+
private:
enum ResumeAction {
kContinue,
« no previous file with comments | « runtime/lib/isolate_patch.dart ('k') | runtime/vm/json_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698