|
Figure: CodeSurfer® shows where a variable gets its value. Right-clicking on an occurrence of a variable allows you to navigate to the statements that can assign its value. (Indirect assignments through pointers where the variable name does not occur textually also show up.) Only those assignments that can affect the value of the variable at this point in the program are displayed. |