-
Task
-
Resolution: Done
-
L3 - Default
-
None
-
None
Since JDK 9, when remote debugging a Java application, if no host IP address is specified in:
-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,suspend=n,server=y
then localhost is set as the hostname by default.
When debugging the Camunda Wildfly Docker container, it is sometimes not possible to use localhost since the container may be running remotely.
Acceptance Criteria (Required on creation):
- In the Camunda Wildfly Docker image, remote debugging binds to all interfaces.
Hints:
Created from: