Go to file
sgjesse@chromium.org 92aa4ab36c Add V8 debugger agent.
The debugger agent listens on a TCP/IP port for a remote debugger connection. When such a connection is established the debuger JSON protocol is communicated between the agent the the remote debugger. The messages containing the JSON protocol has a RFC-822 like header with a Content-Length field and with the body containing the JSON in UTF-8 encoding.

The D8 shell has option --debugger-agent to start the debugger agent.
Review URL: http://codereview.chromium.org/27355

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1405 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-03-03 12:23:45 +00:00
benchmarks Fixed issue where \x.. and \u.... were rot13-ed in strings (but not in 2009-01-30 13:19:29 +00:00
include Add V8 debugger agent. 2009-03-03 12:23:45 +00:00
samples Fix debugger function that treated retry-after-gc failure as an 2009-02-16 13:31:13 +00:00
src Add V8 debugger agent. 2009-03-03 12:23:45 +00:00
test Dump more stack frames to perf log when executing a C++ function. 2009-03-03 11:56:44 +00:00
tools Add V8 debugger agent. 2009-03-03 12:23:45 +00:00
AUTHORS Issue 63: Running tests fails of there is a dot in the checkout path 2009-02-25 10:09:42 +00:00
ChangeLog Prepare push to trunk. Now working on version 1.0.4. 2009-02-27 11:55:57 +00:00
LICENSE Remove JSCRE 2009-02-25 08:08:01 +00:00
SConstruct Remove JSCRE 2009-02-25 08:08:01 +00:00