浏览代码

Add remote debugger instructions to TESTING.asciidoc

Clinton Gormley 9 年之前
父节点
当前提交
c970aedd44
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      TESTING.asciidoc

+ 6 - 0
TESTING.asciidoc

@@ -25,6 +25,12 @@ 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,