On Sun, 17 May 2020, Bo Berglund via fpc-pascal wrote:


ADDING ANOTHER QUESTION:
------------------------
Is there a way to find out which functions in a particular unit are
called from the other units in the project?
Sort of an expanded list of "dependencies"...

The lazarus IDE can give you this information. It can be that you need the cody package installed, but this is how it works:

Click right on the function declaration/implementation, select 'find' and then 'Find identifier references'.

The IDE will then show you where a particular function is used.

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to