Skip to content

Commit b84b7e1

Browse files
authored
[Docs] Fix testing docs regarding --debug-jvm (#48293)
Remove extra whitespace and highlight the starting port number. Follows: #48188
1 parent 6563c0f commit b84b7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTING.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ supports a remote debugging option:
4444
---------------------------------------------------------------------------
4545

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

0 commit comments

Comments
 (0)