I am doing some maintenance to a 18 year old pascal program. To help me understand how everything fits together I want to draw a call graph. However I cant find any software that can draw a call graph for pascal source. I am currently using Turbo Pascal 7 and have no idea about the abilities of other pascal compilers.
|
feedback
|
|
Pascal analyser from Peganza maybe? http://www.peganza.com/products_pal.htm Commercial though, but description has "call tree" in it. | |||||||
feedback
|
|
Code Visual to Flowchart can help you visualize Pascal logic. Demo is free to try. | |||||||||
feedback
|