To debug a process you need to add breakpoints to signal the debugger where to temporarily suspend the process execution. You can add breakpoints at any script —whether it is a process method, a BPM object method, or a method within a screenflow. From any given breakpoint, you can then examine each subsequent line of code, add watchers, and use the debugging capabilities that the Eclipse platform provides.