PeopleCode debugging with the dataDumper
The CHG_DEBUG:dataDumper
application package is a PeopleTools® Application Package that we wrote to do focused debugging of PeopleCode. This package will dump out PeopleTools objects like Rowsets, Rows, Records, and Fields to a human readable file. It allows you selectively inspect PeopleTools objects at runtime and view their values.
- Download the full Training Video for the dataDumper Class in h.264 format.
- The Knowledge base article called Introduction to the dataDumper application class is a good starting point to understand why this class was created and some alternatives.
- The full API Documentation of the dataDumper Class has a full documentation and usage.
- Download the dataDumper Code in text format