Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for javadebug (0.09 sec)

  1. build-logic/idea/src/main/kotlin/gradlebuild.ide.gradle.kts

                sharedMemoryAddress = "javadebug"
                host = "localhost"
                port = 5005
                autoRestart = true
            }
            create<Remote>("Launcher debug (port 5006)") {
                mode = Remote.RemoteMode.LISTEN
                transport = Remote.RemoteTransport.SOCKET
                sharedMemoryAddress = "javadebug"
                host = "localhost"
                port = 5006
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Jan 30 10:41:28 UTC 2025
    - 3.8K bytes
    - Viewed (0)
Back to top