From 451d9cf06f1331ecfb6b4fa4acaed6fb43a1fcbb Mon Sep 17 00:00:00 2001 From: Andrei Stefan Date: Fri, 25 Oct 2019 17:26:22 +0300 Subject: [PATCH] Detail the IDEs options for configuring the debug step (#48507) --- TESTING.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TESTING.asciidoc b/TESTING.asciidoc index 1ec29e781564..438dbe5ba5ce 100644 --- a/TESTING.asciidoc +++ b/TESTING.asciidoc @@ -47,7 +47,9 @@ This will instruct all JVMs (including any that run cli tools such as creating t 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. +recommended to configure the IDE to initiate multiple listening attempts. In case of IntelliJ, this option +is called "Auto restart" and needs to be checked. In case of Eclipse, "Connection limit" setting +needs to be configured with a greater value (ie 10 or more). ==== Distribution