Documentation update for new 'context' facility. Bump version to 201001.2
[nobug.git] / doc / dumping.txt
blob0b755efd512164e02f85d82b978b49d1e3aada48
1 HEAD- Dumping Datastructures;dumping;
3 TODO How to write DUMP handlers
5 One can write functions for dumping complex datastructures using the NoBug
6 facilities. This is done by writing a custom function for each
7 datastructure to be dumped which may recursively call other dumping
8 functions. There are macros for logging within such a dumper function
9 and for initiating a dump of a given datastructure.