Am I missing something or is it impossible to browse variables on a function basis when using the CVI source code browser?
While you can browse variables on a module basis, this ignores variable scope, lumping all variables together.
A much more meaningful method would be to group the variables by function, so that you can more easily consider the use of a variable.
While it's true that grouping by function doesn't mean that a particular variable is visible everywhere in the function, or that a variable name isn't overloaded, it's still better than looking at all of the variables of any kind in a module grouped together.
Fortran compilers traditionally would generate cross reference tables or concordances on a program or subprogram basis that were valuable for finding cases of variable name mis-use, mis-spelling, etc.
Knowing that the NI source browser doesn't do this, does anyone know of a stand alone tool that will?
Thanks.
Menchar