Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to find exact variable definition when where-used prompts for list of includes

murtuza_chhatariya
Active Participant
0 Kudos

Hi All,

When any variable is used in method/enhancement which is derived/called from multiple places, how can we find the exact location of variable definition?

Where-use (double click on variable) gives list of includes to choose from.

Is there any standard way to confirm that during particular call, variable definition is taken from particular include?

This happens with structures / constants also.

Thanks,

Murtuza

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can debug a particular call, and open one of the programs visible in call stack.

A global search for that variable will then take you to correct include.

1 REPLY 1

Former Member
0 Kudos

You can debug a particular call, and open one of the programs visible in call stack.

A global search for that variable will then take you to correct include.