I tried to find if a library or tool exists that would allow me to visually debug my program. that is, something that displays the treeviz structure as a tree structure and highlights exactly where I am in the process tree at the breakpoint. This will allow me to quickly understand how my process works, rather than sequentially debug and create a tree in my mind.
I found that partially fulfills what I am looking for, i.e. will show the tree structure of my process and the number of calls made per function call
http://www.ibm.com/developerworks/library/l-graphvis/
If it does not exist, I could schedule a recording of what does the work. Thanks
-cv
source
share