Feature Request: Show call locations.



Hello,

Suppose a routine bombs:

function Test;
begin
// bug here.
end;

I want to know which pieces of code call Test;

So it would be handy if I could right click in the popup menu and then
choose:

"Show call locations"

Then it would show a list of sources/locations in the current project which
call this routine ;)

So I can easily jump to one of them and investigate further ;)

Bye,
Skybuck.


.