From 8fd28d9ece910bf48632b37af81c580e75a02a30 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Tue, 6 Feb 2024 13:07:55 +0100 Subject: [PATCH] Polish "Update the Debugging Documentation of the Spring Boot Maven Plugin" See gh-39392 --- .../spring-boot-maven-plugin/src/docs/asciidoc/running.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/running.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/running.adoc index 7c1c5dd3b2a..9e678319d8b 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/running.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/running.adoc @@ -83,7 +83,7 @@ These arguments can be specified on the command line as well: [indent=0] ---- - $ mvn spring-boot:run -Dspring-boot.run.jvmArguments=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005 + $ mvn spring-boot:run -Dspring-boot.run.jvmArguments=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005 ----