Index: runtime/vm/os.h |
=================================================================== |
--- runtime/vm/os.h (revision 17622) |
+++ runtime/vm/os.h (working copy) |
@@ -78,6 +78,9 @@ |
// Sleep the currently executing thread for millis ms. |
static void Sleep(int64_t millis); |
+ // Debug break. |
+ static void DebugBreak(); |
+ |
// Print formatted output to stdout/stderr for debugging. |
static void Print(const char* format, ...) PRINTF_ATTRIBUTE(1, 2); |
static void PrintErr(const char* format, ...) PRINTF_ATTRIBUTE(1, 2); |