The dependencies plug-in makes use of the results of the value
analysis plug-in to highlight the statements that define the value
of variable S at the selected program point.
The value contained in variable S at the statement
*tmp = S; was defined by the statement S +=
i;.
The dependencies plug-in makes use of the results of the value analysis plug-in to highlight the statements that define the value of variable S at the selected program point.
The value contained in variable S at the statement *tmp = S; was defined by the statement S += i;.