Skip to content

Commit 375696a

Browse files
committed
try fix launch debug
1 parent 217ae84 commit 375696a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/tang/intellij/lua/debugger/emmyLaunch/EmmyLaunchDebugProcess.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class EmmyLaunchDebugProcess(
4040

4141
private fun attachTo(pid: Int) {
4242
val port = getPort(pid)
43-
val transporter = SocketClientTransporter("localhost", port)
43+
val transporter = SocketClientTransporter("::1", port)
4444
transporter.handler = this
4545
transporter.logger = this
4646
this.transporter = transporter

0 commit comments

Comments
 (0)