You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.
fschoeppl edited this page Aug 27, 2012
·
1 revision
To debug the core, you have to start the org.backmeup.embedded server with the debug-Profile:
mvn -P standard,debug exec:exec
Fire up eclipse and add all projects of the core (and optionally the plugins) into the workspace.
Then open the window Run -> Debug configurations. Within the list on the left of the screen, search for Remote Java Application click it and add a new configuration.
Adjust the port to 1044. Hit Debug to enter debugging mode. Place your breakpoints in any java file of the projects added before. Access the core via the REST layer to enter your breakpoints, e.g. run the python-tests.