How can I debug my operations?

Hello,

is there any way to debug the operations? Sometimes I’ve an few depending operations and I can’t tell which step doesn’t work.

Thanks!

I usually resort to logging…

import java.util.logging.Logger; Logger logger = Logger.getLogger("org.bonitasoft"); logger.info("HELLO WORLD");

I too have same doubt. someone answer this.