Creator 1.4.0 vscode无法连接模拟器?

测试发现可以连接安卓的debug版本(通过adb forward转发),但始终连接不上模拟器, 貌似是没有打开5086端口??:

ar: attachRequest: address: localhost port: 5086 
ar: attachRequest: retry socket.connect 
ar: attachRequest: retry socket.connect 
ar: attachRequest: retry socket.connect 
ar: attachRequest: retry socket.connect 
ar: attachRequest: retry socket.connect 
ar: attachRequest: retry socket.connect 
ar: attachRequest: retry socket.connect 
ar: attachRequest: retry socket.connect 

在1.3.2版本没有这个问题.

http://www.cocos.com/docs/creator/publish/debug-native.html

是按照这个文档做的.
1.3.2的时候都是调试正常的.

自己填坑: 文档没看仔细(打脸…)
将address从localhost 改为::1就可以了

但是我都改成::1,为什么还是提示这个