listing all subroutines and paths used in a program. [message #74513] |
Mon, 24 January 2011 10:26  |
George Millward
Messages: 29 Registered: February 2000
|
Junior Member |
|
|
Hi there,
I have been given a rather large idl program which I need to do some
development work on.
It calls all sorts of routines in all sorts of libraries. Some of the
routines are standard IDL commands
- some are locally part of the application - others are in libraries
that are located on networked drives.
I want to be able to get a meaningful listing of everything this
program calls. Is there a way to do this?
I realize that the console shows every subroutine/function as it is
first used/compiled - but what I need
is the full path to each routine - so I can stand some sort of chance
of figuring out where to find each routine.
Cheers
George.
|
|
|