| Index: include/v8-debug.h
|
| ===================================================================
|
| --- include/v8-debug.h (revision 9531)
|
| +++ include/v8-debug.h (working copy)
|
| @@ -340,6 +340,11 @@
|
| 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
|
|
|
| Property changes on: include/v8-debug.h
|
| ___________________________________________________________________
|
| Added: svn:executable
|
| + *
|
|
|
|
|