Visualisation of c++ made Graph

Hi,

can someone please point me in the right direction, i have a custom node and want (for debugging/rechecking reasons) make the graph of it visualized.
Is there a easy way to display a graph with its nodes and links or save it so i can check the connections?
It’s a dynamic node, so its more error prone than the ‘static’ ones.

  • Algorithman