Index: include/v8-debug.h |
diff --git a/include/v8-debug.h b/include/v8-debug.h |
index e72415952d97c02eae4e46b87b95c251377f2cd2..6abf4e095bccadacdb6ef3fa4a3fc06fcbc76966 100644 |
--- a/include/v8-debug.h |
+++ b/include/v8-debug.h |
@@ -167,6 +167,9 @@ class V8_EXPORT Debug { |
// happened yet. |
static void CancelDebugBreak(Isolate* isolate); |
+ // Check if a debugger break is scheduled in the given isolate. |
+ static bool CheckDebugBreak(Isolate* isolate); |
+ |
// Break execution of JavaScript in the given isolate (this method |
// can be invoked from a non-VM thread) for further client command |
// execution on a VM thread. Client data is then passed in |