The "Debug" run configuration will execute the Quick Start application in a remote-debug mode. Now we must configure the Eclipse debugger to attach to a remote Java Virtual Machine.
Make sure the ActiveSpaces® Transactions Quick Start project is selected in the Package Explorer.
Under the "Run" menu, select "Debug Configurations..." to display the debug configuration dialog.
In the left pane, select the "Remote Java Application" config type, then click the New button.
In the "Connect" tab, provide remote address information for the "Connection Properties" section:
Set "Host" to the address of the running application node (This is the same as the address used in the Run Configuration).
Set "Port" to match the
remotedebugport
that was defined in the run
configuration - 6666.
Click "Apply" to save the configuration, and then close the dialog.