Hello
I used next article
to set Agentry in debug mode
I used a method that changes the props.ini file
props.ini
#jvm
-XX:+HeapDumpOnOutOfMemoryError
-XX:+DisableExplicitGC
-Xms1024m
-Xmx2048m
-XX:PermSize=256M
-XX:MaxPermSize=512M
-XX:ErrorFile=./log/error.log
-XX:HeapDumpPath=./log/heap_dump.hprof
-Djava.io.tmpdir=./work/tmp
-Djava.endorsed.dirs=lib/endorsed
-Dosgi.logfile=./log/osgi.log
-DsecretKey=4Iqy0CuzBL
-DsecretKeylength=128
-Dfile.encoding=UTF-8
-Xdebug
-Xrunjdwp:transport=dt_socket,address=7090,server=y,suspend=n
#main
org.eclipse.equinox.launcher.Main
#program
-console localhost:2401
then restarted server.
Then I configured FlightBooking in Eclipse
And pressed Debug.
Eclipsed showed "Launching ZFlightBooking" message and then shown nothing
On second attempt it shown next dialog.
How to check that SMP started in debug mode and 7090 port is ready?