cancel
Showing results for 
Search instead for 
Did you mean: 

Eclipse Debugging

howejr77
Champ in-the-making
Champ in-the-making
Please excuse me if this is a basic question but, do you need to download the source from svn in order to debug via Eclipse or can you use the SDK?

I would like to be able to run Alfresco normally and use the Web UI but have breakpoints set in the code to step through at various places.

Thank You
Ryan
2 REPLIES 2

zaizi
Champ in-the-making
Champ in-the-making
You can just use the SDK. Just set up Eclipse as per http://wiki.alfresco.com/wiki/Alfresco_SDK.

Make sure to add the source code and java doc: http://wiki.alfresco.com/wiki/Alfresco_SDK#Associate_source_code_and_Javadocs_with_Alfresco_Librarie...

Then you can juts set up debugging on remote Tomcat (http://wiki.apache.org/tomcat/FAQ/Developing). Set the break points and you are set.

howejr77
Champ in-the-making
Champ in-the-making
Thank you! Had it working in a matter of minutes…