add debug hint to README.md

This commit is contained in:
Michael Hoennig 2019-05-06 18:19:37 +02:00
parent ecd5573654
commit 1284c2acaa

View File

@ -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