Comment #1 on issue 1855 by [email protected]: Debug mode only listen in loopback address(127.0.0.1) which cause I cannot did remote debug
http://code.google.com/p/v8/issues/detail?id=1855
You are correct, there is currently no configurable way for d8 to listen to debug messages from an address other than localhost. However this can be easily achieved by changing the IP address the agent listens to in platform-*.cc and the IP address the remote debugger connects to in d8-debug (RemoteDebugger::Run). You may even use flag-definitions.h to add custom flags for setting the IP address.
An easier work around is to just ssh to the machine running the debug agent and start an instance of the remote debugger from there.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
