Debugging Talend Jobs: overview
One of the key steps in software development involves testing your code for errors and determining the cause of the errors. Talend offers different built-in debugging capabilities as well as Job design and logging strategies to help determine the cause of errors and fix them.
You can debug your Talend Jobs in the following ways.
- In the Traces Debug mode
- In the Java Debug mode
- Using the Log4j feature
- Using the tLogRow component
- Using the tJavaRow component
This article introduces the above debugging ways.