node/test/inspector
Eugene Ostroukhov cf5a00e904 inspector: do not prompt to use localhost
There are multiple reports of Windows7 not being able to resolve
localhost on some setups (web search also confirms that). This change
will advertise "127.0.0.1" as inspector host name.

Fixes: https://github.com/nodejs/node/issues/9382
Fixes: https://github.com/nodejs/node/issues/9188
PR-URL: https://github.com/nodejs/node/pull/9451
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-11-22 16:02:35 +08:00
..
inspector-helper.js inspector: fix request path nullptr dereference 2016-11-18 19:03:53 -05:00
inspector.status test: mark test-inspector flaky on windows 2016-09-30 11:17:49 -04:00
test-inspector.js inspector: do not prompt to use localhost 2016-11-22 16:02:35 +08:00
testcfg.py