diff options
Diffstat (limited to 'include/v8-debug.h')
| -rwxr-xr-x[-rw-r--r--] | include/v8-debug.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/v8-debug.h b/include/v8-debug.h index 504cbfed..9e85dc46 100644..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 |
