Index: include/v8-debug.h |
diff --git a/include/v8-debug.h b/include/v8-debug.h |
index 504cbfed590722449ea631cb40ad1e4d43e7fae2..9e85dc462cc6d8c5b776600130b0a5fbc062865d 100755 |
--- a/include/v8-debug.h |
+++ b/include/v8-debug.h |
@@ -340,6 +340,11 @@ class EXPORT Debug { |
bool wait_for_connection = false); |
/** |
+ * Disable the V8 builtin debug agent. The TCP/IP connection will be closed. |
+ */ |
+ static void DisableAgent(); |
+ |
+ /** |
* Makes V8 process all pending debug messages. |
* |
* From V8 point of view all debug messages come asynchronously (e.g. from |