I have created a Java class to implement the JavaDelegate interface and created the execute method. How can I attach a debugger and step through my code when it is executed by Activiti? Is there a document explaining the procedure?
1. Create unit-test and debug - http://activiti.org/userguide/#apiUnitTesting 2. Debug in tomcat/… by remote debug from eclipse/… 3. Change pom.xml of activiti-webapp-explorer2 - add Your jar with code - and start web-application from eclipse/…