Java Remote Debugging
Debugging
To connect for remote java debugging of Eclipse Dirigible, follow the next steps:
-
Start the Tomcat server in JPDA (debug) mode:
Run Tomcat in JPDA mode
./catalina.sh jpda run./catalina.sh jpda runcatalina.bat jpda runRun the docker image with Java Debugging Options as described here.
-
Create new
Debug Configuration:
-
New
Remote Java Applicationconfiguration:Note
- Double click on the
Remote Java Applicationto create new configuration. - Update the
hostandportproperties, if needed.

- Double click on the
-
Press the
Debugbutton to start new remote debug session.
-
Create new
Debug Configurationfrom theEdit Configurations..option:
-
Add new
Remote JVM Debugconfiguration using the+button and double click onRemote JVM Debug:
-
Use the configuration provided on the screenshot below, update the
hostandportproperties if needed:
-
Press the
Debugbutton to start new remote debug session.