Revision: 4377
Author: peter.rybin
Date: Fri Apr 9 06:25:45 2010
Log: Edited wiki page through web user interface.
http://code.google.com/p/v8/source/detail?r=4377
Modified:
/wiki/AddDebuggerSupport.wiki
=======================================
--- /wiki/AddDebuggerSupport.wiki Fri Apr 9 06:24:11 2010
+++ /wiki/AddDebuggerSupport.wiki Fri Apr 9 06:25:45 2010
@@ -9,12 +9,12 @@
There is a standard sample program lineprocessor.cc that illustrates this
HOW-TO.
==!JavaScript debuggers==
-There are 2 UI debuggers that support V8 debug protocol. D8 is a console
application that comes with V8 distribution. Google Chrome Developer Tools
is a GUI debugger written in Java that is deployed as a plugin to Eclipse
IDE. It is hosted at [http://code.google.com/p/chromedevtools]
+There are 2 UI debuggers that support V8 debug protocol. D8 is a console
application that comes with V8 distribution. Google Chrome Developer Tools
is a GUI debugger written in Java that is deployed as a plugin to Eclipse
IDE. It is hosted at [http://code.google.com/p/chromedevtools].
==Adding debug support step by step==
V8 incorporates full debug support, which is compiled in optionally.
-1. *Make sure you compile V8 with enabled debug support.* It should be
enabled by default, and you may control this with the option
“_debuggersupport_”, e.g.
+1. *Make sure you compile V8 with enabled debug support.* It should be
enabled by default, and you may control this with the option
_“debuggersupport”_, e.g.
{{{
scons debuggersupport=on
}}}
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
To unsubscribe, reply using "remove me" as the subject.