The following procedure shows you how to add a breakpoint to your process.
-
In the Process Navigator, open the process you want to debug.
-
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.
-
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.
-
Select Toggle Breakpoint.
A blue bullet appears at the point you selected.