Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testDebug (0.07 sec)

  1. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    occasions that you want to debug your code while the tests are running, it can be helpful if you can attach a debugger at that point. You can either set the link:{groovyDslPath}/org.gradle.api.tasks.testing.Test.html#org.gradle.api.tasks.testing.Test:debug[Test.getDebug()] property to `true` or use the `--debug-jvm` command line option, or use `--no-debug-jvm` to set it to false.
    
    When debugging for tests is enabled, Gradle will start the test process suspended and listening on port 5005....
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
Back to top