Revision: 3190
Author: peter.rybin
Date: Fri Oct 30 13:37:33 2009
Log: Function position support is documented as committed in r. 3189
http://code.google.com/p/v8/source/detail?r=3190
Modified:
/wiki/DebuggerProtocol.wiki
=======================================
--- /wiki/DebuggerProtocol.wiki Tue Sep 8 03:22:41 2009
+++ /wiki/DebuggerProtocol.wiki Fri Oct 30 13:37:33 2009
@@ -683,6 +683,10 @@
"inferredName" : <inferred function name for anonymous functions>
"source" : <function source>,
"script" : <reference to function script>,
+ "scriptId" : <id of function script>,
+ "position" : <function begin position in script>,
+ "line" : <function begin source line in script>,
+ "column" : <function begin source column in script>,
"properties" : [ {"name" : <name>,
"ref" : <handle>
},
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---