Skip to content

Commit 8fd28d9

Browse files
committed
Polish "Update the Debugging Documentation of the Spring Boot Maven Plugin"
See gh-39392
1 parent b25d52c commit 8fd28d9

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/running.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ These arguments can be specified on the command line as well:
8383

8484
[indent=0]
8585
----
86-
$ mvn spring-boot:run -Dspring-boot.run.jvmArguments=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
86+
$ mvn spring-boot:run -Dspring-boot.run.jvmArguments=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005
8787
----
8888

8989

0 commit comments

Comments
 (0)