debug Tests On
Configures test JVM to run in debug mode.
When called, the forked test JVM is launched with the following argument:
-agentlib:jdwp=transport=dt_socket,server=n,suspend=n,address=localhost:<port>
Content copied to clipboard
Invoking this method adjusts the test task to launch only one JVM. More specifically, the parallel execution gets disabled and the forkEvery
property is set to 0.
Return
this
Since
5.6
Parameters
port
the target port where the test JVM expects the debugger