Adding a Breakpoint

The following procedure shows you how to add a breakpoint to your process.

To add a breakpoint:

  1. In the Process Navigator, open the process you want to debug.
  2. Double-click the activity where you suspect the problem may reside. You can only add breakpoints to activities with a method implementation. A code editor displaying the implementation for that activity appears.
  3. Identify the line of code where you want to add a breakpoint, and right-click on the marker bar.
    Note: Note: Oracle BPM does not support inserting breakpoints on empty lines or on lines with variable declarations.
  4. Select Toggle Breakpoint. A blue bullet appears at the point you selected.