From 1284c2acaae22726313f9bc055e8e1415f4ab48d Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Mon, 6 May 2019 18:19:37 +0200 Subject: [PATCH] add debug hint to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ff161821..e53f7f86 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,10 @@ In all cases, you can also **specify the port** to used for the application via SERVER_PORT=8081 gw bootRun ... +For starting the JVM of the application in **debug-mode**, add `--debug-jvm` to any of the options above, e.g. + + gw bootRun -Ppgsql -Psample-data --debug-jvm + ### Running JUnit tests with branch coverage #### for IntelliJ IDEA