Add remote debugging front end to developer shell.
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 4 Mar 2009 09:42:51 +0000 (09:42 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 4 Mar 2009 09:42:51 +0000 (09:42 +0000)
commit6ef7ef657e9fa60d334445f77e9ad70c22356e31
tree53df8b2471c684f58b41c4e3b64d8294fede56d7
parentfa5bc7ea0bab951df1aedde1104d04c479cbe436
Add remote debugging front end to developer shell.

D8 now supports demote debuggign of a V8 instance with the debugger agent enabled. Running D8 with the option --remote-debugger will try to connect to a V8 debugger agent and process the debugging protocol. The command line UI is the same as for the D8 in-process debugger as the same code is used for processing the debugger JSON.
Review URL: http://codereview.chromium.org/40011

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1411 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/d8-debug.cc
src/d8-debug.h
src/d8.cc
src/flag-definitions.h