Consider routine A in the library, which is called by routines B1, B2,..,BN.
Then, any change in A affects, potentially, the behavior of all of them. And
B1 is in turn called by C1,...,CM, which are also, potentially, affected, etc.
But there may be routines in no way, directly or indirectly dependent on A.

Is there a way to trace the sectors of the library dependent or independent of
a given routine?

 


Please Wait...