lib: make debug client connect to 127.0.0.1
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 6 Feb 2015 15:32:35 +0000 (16:32 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 6 Feb 2015 15:49:47 +0000 (16:49 +0100)
commit9dc9ec3ce6ba6f3dd4020e00f5863e207fa08a75
treebe767670aad4c051886dad61476883ae6971c096
parente7573f9111f6b85c599ec225714d76e08ec8a4dc
lib: make debug client connect to 127.0.0.1

On machines without network connectivity, a DNS lookup for 'localhost'
may fail.  Connect to 127.0.0.1 to skip the host resolve step.

Fixes: https://github.com/iojs/io.js/issues/726
PR-URL: https://github.com/iojs/io.js/pull/741
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
lib/_debugger.js