Hello,I am trying to debug with breakpoints but I get:
Restarting JVM with JavaFX in the classpath.
NOTE: If you are trying to debug the project, you'll need to cancel this run and try running debug on the project again. JavaFX should now be in your classpath.
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
ERROR: transport error 202: connect failed: Connessione rifiutata
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [src/jdk.jdwp.agent/share/native/libjdwp/debugInit.c:735]
Disconnected from the target VM, address: '
127.0.0.1:42589', transport: 'socket'
Process finished with exit code 2Which JVM are you using for debugging.
It seems JavaFX isn't working for that VMI do not know how to check and which settings to change, please give me suggestion
OpenJDK
At project creation I saw the right JDK.
I cannot find a place in the settings where the debug JDK is pointed.
Run configuration just works.
Thanks in advance