/
Running OSCAR in debug mode
Running OSCAR in debug mode
Marc Dumontier
Owned by Marc Dumontier
start tomcat using the following command
$CATALINA_HOME/bin/catalina.sh jpda start
then in Eclipse, Click Debug->Debug Configurations
Add a new Remote Java Application, and put in the IP and port. The defaults will work (localhost 8000) in a simple development environment.
Switch the to debug perspective, you can see the threads, and you can set breakpoints by dbl clicking line numbers. When the code is executed Eclipse will alert you. You can then step code, inspect variables, etc
Related content
OSCAR Development on Eclipse
OSCAR Development on Eclipse
More like this
JIRA for OSCAR developers
JIRA for OSCAR developers
Read with this
Oscar Development on Netbeans
Oscar Development on Netbeans
More like this
Branching Strategy
Branching Strategy
Read with this
Monitoring
Monitoring
More like this