Skip to content

Commit

Permalink
Merge pull request #13951 from essobedo/13950/fix-tip-suspend-jvm
Browse files Browse the repository at this point in the history
Fix the tip about how to suspend the JVM
  • Loading branch information
gsmet authored Dec 17, 2020
2 parents dcc59d0 + 0b44883 commit 3a053e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/maven-tooling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ An additional system property `suspend` can be used to suspend the JVM, when lau

[TIP]
====
You can also run a Quarkus application in debug mode with a suspended JVM using `./mvnw compile quarkus:dev -Ddebug` which is a shorthand for `./mvnw compile quarkus:dev -Ddebug=true`.
You can also run a Quarkus application in debug mode with a suspended JVM using `./mvnw compile quarkus:dev -Dsuspend` which is a shorthand for `./mvnw compile quarkus:dev -Dsuspend=true`.
Then, attach your debugger to `localhost:5005`.
====
Expand Down

0 comments on commit 3a053e1

Please sign in to comment.