Skip to content

Commit

Permalink
[Docs] Fix testing docs regarding --debug-jvm
Browse files Browse the repository at this point in the history
Remove extra whitespace and highlight the starting port number.

Follows: elastic#48188
  • Loading branch information
matriv committed Oct 21, 2019
1 parent c9fea1e commit d2e048b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TESTING.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ supports a remote debugging option:
---------------------------------------------------------------------------

This will instruct all JVMs (including any that run cli tools such as creating the keyring or adding users)
to suspend and initiate a debug connection on port incrementing from 5005.
to suspend and initiate a debug connection on port incrementing from `5005`.
As such the IDE needs to be instructed to listen for connections on this port.
Since we might run multiple JVMs as part of configuring and starting the cluster it's
recommended to have the option to aut restart checked.
Expand Down

0 comments on commit d2e048b

Please sign in to comment.