Skip to content

Commit

Permalink
Ref #13950 - Fix the tip about how to suspend the JVM
Browse files Browse the repository at this point in the history
  • Loading branch information
essobedo committed Dec 17, 2020
1 parent b43b639 commit 0b44883
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 0b44883

Please sign in to comment.