summaryrefslogtreecommitdiff
path: root/TESTING.asciidoc
diff options
context:
space:
mode:
authorClinton Gormley <clint@traveljury.com>2016-11-05 14:24:01 +0100
committerClinton Gormley <clint@traveljury.com>2016-11-05 14:24:57 +0100
commitc970aedd44fdf2721441c0b68f26e97db3c43792 (patch)
treede76bfddaa4db63ad20314eb6193753c57a9ff06 /TESTING.asciidoc
parent7ff9ba160425456d00551a2ce86f3078dc1a096a (diff)
Add remote debugger instructions to TESTING.asciidoc
Diffstat (limited to 'TESTING.asciidoc')
-rw-r--r--TESTING.asciidoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/TESTING.asciidoc b/TESTING.asciidoc
index b117ba5481..6b14e7f4f7 100644
--- a/TESTING.asciidoc
+++ b/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,