correct macro parameter parentizing
[nobug.git] / doc / dumping.txt
blob35837a6dbabb6e9448316ba6e8b6b391946ec5cc
1 HEAD- Dumping Datastructures;dumping;
3 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.