We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217ae84 commit 375696aCopy full SHA for 375696a
src/main/java/com/tang/intellij/lua/debugger/emmyLaunch/EmmyLaunchDebugProcess.kt
@@ -40,7 +40,7 @@ class EmmyLaunchDebugProcess(
40
41
private fun attachTo(pid: Int) {
42
val port = getPort(pid)
43
- val transporter = SocketClientTransporter("localhost", port)
+ val transporter = SocketClientTransporter("::1", port)
44
transporter.handler = this
45
transporter.logger = this
46
this.transporter = transporter
0 commit comments