Skip to content

Commit

Permalink
Fix javaagent parameter syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcaballero authored Jan 23, 2025
1 parent 7259f57 commit a85d773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/debugging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ If your environment does not support ByteBuddy's self-attachment, you can run `r
Java Agent:
[source,shell]
----
java -javaagent reactor-tools.jar -jar app.jar
java -javaagent:reactor-tools.jar -jar app.jar
----

[[running-reactordebugagent-at-build-time]]
Expand Down

0 comments on commit a85d773

Please sign in to comment.