lhsang Hi everyone, I tried to debug the engine from my Eclipse, but Java does not open my configured port (engine version 10.0.26) Here is my configuration: jvm.options (has restarted engine) -agentlib:jdwp=transport=dt_socket,server=y,address=0.0.0.0:8002,suspend=n I also tried with address=* Allowed port 8002 I confirm that jdwp ran No process conflicts with my port Do you have any suggestions for me? Thanks.
Christian Strebel If you start the engine form the console the first line should be: Listening for transport dt_socket at address: 8002 Did you change the correct jvm.options file under <engine-dir>/configuration/jvm.options ?
lhsang Hi @Christian Strebel, I see it in the first line. Unfortunately, it doesn't show when I check the Java process and port