Revision: 11973
Author: [email protected]
Date: Mon Jul 2 10:21:08 2012
Log: Edited wiki page AddDebuggerSupport through web user interface.
http://code.google.com/p/v8/source/detail?r=11973
Modified:
/wiki/AddDebuggerSupport.wiki
=======================================
--- /wiki/AddDebuggerSupport.wiki Tue Apr 13 08:43:36 2010
+++ /wiki/AddDebuggerSupport.wiki Mon Jul 2 10:21:08 2012
@@ -6,7 +6,7 @@
V8 is written in C++ and therefore may be run under C++ debugger (like
gdb). Unfortunately, you won’t be able to see a single !JavaScript artifact
from C++ debugger.
-There is a standard sample program lineprocessor.cc that illustrates this
HOW-TO.
+There is a standard sample program
[http://code.google.com/p/v8/source/browse/trunk/samples/lineprocessor.cc
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].
@@ -36,7 +36,7 @@
==Sample application lineprocessor.cc==
-A small program {{{lineprocessor.cc}}} comes with V8. It is a simple
V8-based console application that processes its input line by line with a
custom !JavaScript code. The debugger support was intentionally set off by
preprocessor conditional sections to make this HOW-TO more illustrative.
+A small program
[http://code.google.com/p/v8/source/browse/trunk/samples/lineprocessor.cc
lineprocessor.cc] comes with V8. It is a simple V8-based console
application that processes its input line by line with a custom !JavaScript
code. The debugger support was intentionally set off by preprocessor
conditional sections to make this HOW-TO more illustrative.
You can compile it with:
{{{
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev