Skip to content

add agrec_repr for debugging:

Costa Shulyupin requested to merge makelinux/graphviz:agdumprec into main

I found some inconsistency of using cyclically linked list of records Agrec_t, AGDATA, agbindrec and macros GD_*/ND_*/ED_*. It is unpractical debug it with gdb. It requires proper logging. Provided function recstr solves the problem. It helped me a lot, for example for during !2529 (closed).

see the patches for details

Edited by Costa Shulyupin

Merge request reports