Skip to content

Commit

Permalink
Update the JVM Arguments for the Debugging Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasdo committed Feb 3, 2024
1 parent 8430f16 commit 03a10fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Doing so lets you attach a debugger to your packaged application, as shown in th

[source,shell,indent=0,subs="verbatim"]
----
$ java -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=8000,suspend=n \
$ java -agentlib:jdwp=server=y,transport=dt_socket,address=8000,suspend=n \
-jar target/myapplication-0.0.1-SNAPSHOT.jar
----

Expand Down

0 comments on commit 03a10fe

Please sign in to comment.