I just installed the 7.1 release and can no longer see the "tool tip" view of the contents of the current iteration of a collection when single stepping through a procedure in a package. Until this release, when I moved my cursor over the collection interation, the content was displayed. Similarly to what happens when you hover over a variable. This used to work great. What happened? Example:
For i IN col.first..col.last loop
col(i).datafield
end loop