Hi,
I'm trying to start the JavaCard simulator in debug mode for HelloWorld sample
following the guide:
https://docs.oracle.com/en/java/javacard/3.2/jcdksu/debugging-java-card-applet-eclipse-plug.html#GUID-73EE5E0B-B914-4CC3-AB77-DF7EE66D511D
these are the breakpoints:


My problem is that the debugger doesn't stop at breakpoints and I don't understand why.
Here are the logs:
ConsoleLogger.txt
JCToolsLogger.txt
SampleDeviceLogger.txt
Here it is the device configuration:

this is for the CAP:

Instead starting HelloWorld Client this is the log:

Any idea about where's the problem about no stop on breakpoints?