Using the Java debugger to debug Talend jobs

Occasionally, it is necessary to delve deeper into the Java code generated by Talend in order to locate and understand the cause of a bug. This recipe is a very light introduction for debugging Talend code using the Java debugging mode in Talend.

Getting ready

Open the jo_cook_ch10_0040_useJavaDebugger job.

How to do it...

The steps for using the Java debugger to debug Talend jobs are as follows:

  1. Select the Debug Run option from the Run dialogue and click on the down arrow for the run type. Select Java Debug to run using the Java option.
    How to do it...
  2. Confirm the perspective switch by clicking Yes.
  3. Click the resume icon to ...

Get Talend Open Studio Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.