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.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Pascal analyser from Peganza maybe?

http://www.peganza.com/products_pal.htm

Commercial though, but description has "call tree" in it.

link|improve this answer
Downloading the evaluation version... – Gerhard Jul 27 '11 at 6:14
This works nicely. Mailing the boss right now to buy. – Gerhard Jul 27 '11 at 6:35
Good. A previous employer had it, and I played with it from time to time, and had a good impression of it. It time, an update with experiences would be welcome. I have to convince my current boss :-) – Marco van de Voort Jul 28 '11 at 11:10
feedback

Code Visual to Flowchart can help you visualize Pascal logic. Demo is free to try.

link|improve this answer
It can show the logic in a simple function. As soon as the function gets complex it chokes. It can also only function at function level and not at program level showing how everything fits together. – Gerhard Jul 25 '11 at 9:38
When +1 is that hard it is unlikely that you will get further help... – avra Jul 26 '11 at 7:08
+1 is unlikely if your answer is no help. – Gerhard Jul 28 '11 at 13:48
I couldn't remember the name of the other software that could help you, and wanted to search for it when I get home. Without +1 I didn't want to bother, and now seeing -1 I see I was right. – avra Jul 30 '11 at 15:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.