Hi,
someone could explain what are the eclipse setting if I want to launch captaincasa application in debug mode, in order that it can stop in fixed breakpoint?
Thanks in advance
Regards
Antonio
somehow I currently do not get mail notifications when a new forum message is added. Sorry for the long response time...
You need to start CaptainCasa server in debug mode (the "green" one: "A_startserver_debug.bat")
In Eclipse:
1. on the top there is a "debug-icon" - a green bug
2. press on the arrow of the icon
3. from the popup menu select "Debug Configurations..."
4. Search for the top level item "Remote Java Application"
5. Right mouse click the item and select "New..."
6. Select connection type "Socket Attach", "localhost", "50010"
7. Debug!
When you are finished with debugging: select the "Detach" icon in the top menu.