Browse Source

Add remote debugger instructions to TESTING.asciidoc

Clinton Gormley 9 years ago
parent
commit
c970aedd44
1 changed files with 6 additions and 0 deletions
  1. 6 0
      TESTING.asciidoc

+ 6 - 0
TESTING.asciidoc

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