I don't know if this is the right thread for this question.
I am looking for a program that capable of parsing all of my source code then print out a list of all functions/subs. showing if the function/sub is being called, in addition, which function/subs is calling the function/subs. .... am I making sense? During the days of MS Basic 7 there was a utility called Xref that did it.
I am looking for a program that capable of parsing all of my source code then print out a list of all functions/subs. showing if the function/sub is being called, in addition, which function/subs is calling the function/subs. .... am I making sense? During the days of MS Basic 7 there was a utility called Xref that did it.
Comment