You can set breakpoints on business object model (BOM)
classes to stop execution when an object is added, retracted, or updated.
Procedure
To set a breakpoint:
- Choose the type of BOM class breakpoint you want to set:
To stop execution when adding an object of the class, click .
To stop execution when retracting an object of the class, click .
To stop execution when updating an object of the class, click .
- A dialog opens. In the Class name field,
type the fully qualified name of the class on which you want to set
a breakpoint, then click OK.
- On the Window menu, click .
The Breakpoints view opens. You can
see that a BOM class breakpoint has been added to the list of breakpoints.
- Start debugging.
Results
Execution stops when an object of the BOM class is added,
retracted, or updated.