Who called that procedure? [message #64943] |
Tue, 03 February 2009 09:01 |
wlandsman
Messages: 743 Registered: June 2000
|
Senior Member |
|
|
This is a minor problem but it has cost me a half-hour a couple of
times.
I run RESOLVE_ALL to make sure that I am including all necessary
procedures when distributing software. One procedure may yield ~200
compiled supporting procedures, and I see one -- say obsolete.pro --
that should not be being used any more. So I want to know which of
the 200 procedures is still calling obsolete.pro. There does not
seem to be any pattern to the order of procedures displayed by
RESOLVE_ALL so that does not help. What would be nicest I suppose
would be a tree diagram of all the dependencies.
In the end, I can simply grep the 200 procedures to see which one has
a call to obsolete.pro. But is there a better way? Thanks, -- Wayne
|
|
|