Running a Job in Java Debug mode
About this task
To follow step by step the execution of a Job to identify possible bugs, you can run it in Debug mode.
Before running your Job in Debug mode, you can add breakpoints to the major steps of your Job flow. This will allow you to get the Job to automatically stop at each breakpoint. This way, components and their respective variables can be verified individually and debugged if required.
To add breakpoints to a component, right-click it on the design workspace, and select Add breakpoint on the contextual menu.
A pause icon displays next to the component where the breakpoint is added.
To access the Debug mode: