Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for startWithDebug (0.12 sec)

  1. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/CommandLineIntegrationSpec.groovy

            when:
            def gradle = startWithDebug(port, host)
    
            then:
            ConcurrentTestUtil.poll() {
                // Connect, resume threads, and disconnect from VM
                jdwpClient.connect().dispose()
            }
            gradle.waitForFinish()
    
            cleanup:
            jdwpClient.close()
        }
    
        private startWithDebug(int port, String host) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 05:05:14 UTC 2024
    - 8.6K bytes
    - Viewed (0)
Back to top