Browse Source

gradle run --debug-jvm is explained twice

We are already explaining how to debug remotely in `Debugging from an IDE` section.
We can remove one.
David Pilato 8 years ago
parent
commit
370ea01149
1 changed files with 0 additions and 6 deletions
  1. 0 6
      TESTING.asciidoc

+ 0 - 6
TESTING.asciidoc

@@ -25,12 +25,6 @@ run it using Gradle:
 gradle run
 -------------------------------------
 
-or to attach a remote debugger, run it as:
-
--------------------------------------
-gradle run --debug-jvm
--------------------------------------
-
 === Test case filtering.
 
 - `tests.class` is a class-filtering shell-like glob pattern,