Load Checkpoints Into a Debug Session
Checkpoints that are extracted, exported or saved to a .cpz file, regardless of where the checkpoint data comes from (B2C Service, Sales and Fusion Service, or programmatically saved via Oracle Integration and so on), can be easily loaded into the Debugger.
Note: When getting the checkpoint data from the connection, use com.oracle.determinations.utils.Base64 for decoding the base64 string into byte[].
To load the checkpoints into the Debugger:
-
Launch the Debugger.
-
Click the menu button.
-
Select Import.

-
In the Open dialog box:
-
Select Checkpoint files (*.cpz) for the file type.
-
Browse to select the *.cpz file which contains the checkpoint data.
-
-
Click Open. The state of the debug session should now be the same as with the checkpoint. For example, on the Interview tab, a checkpoint saved from the 'Feedback' screen in the Warranty policy model (with checkpoints saved after every screen) should open to the 'Service Request Created' screen.
