mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Detail the IDEs options for configuring the debug step (#48507)
This commit is contained in:
parent
77a7bb607e
commit
451d9cf06f
1 changed files with 3 additions and 1 deletions
|
@ -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`.
|
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.
|
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
|
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
|
==== Distribution
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue