Revision: 6293
Author: [email protected]
Date: Thu Jan 13 00:53:43 2011
Log: Edited wiki page DebuggerProtocol through web user interface.
http://code.google.com/p/v8/source/detail?r=6293

Modified:
 /wiki/DebuggerProtocol.wiki

=======================================
--- /wiki/DebuggerProtocol.wiki Fri Jan  7 04:34:38 2011
+++ /wiki/DebuggerProtocol.wiki Thu Jan 13 00:53:43 2011
@@ -362,7 +362,7 @@
"ids" : <array of id's of scripts to return. If this is not specified all scripts are requrned> "includeSource" : <boolean indicating whether the source code should be included for the scripts returned> "filter" : <string or number: filter string or script id. - If a number is specified, then only the script with the number as its script id will be retrieved. + If a number is specified, then only the script with the same number as its script id will be retrieved. If a string is specified, then only scripts whose names contain the filter string will be retrieved.>
                 }
 }
@@ -736,8 +736,8 @@
"actual_locations" : <actual locations of the breakpoint.>,
                                      }
                                    ],
- "breakOnExceptions" : <true is break on all exceptions is enabled>, - "breakOnUncaughtExceptions" : <true is break on uncaught exceptions is enabled> + "breakOnExceptions" : <true if break on all exceptions is enabled>, + "breakOnUncaughtExceptions" : <true if break on uncaught exceptions is enabled>
                   }
   "running"     : <is the VM running after sending this response>
   "success"     : true

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to