no tooltip in outlining mode:
case=463
tooltips in debug mode, using .NET 2003, VAX 1287 and C++ i have just tried the loop:
int nCount;
for(nCount = 0; nCount < 10; nCount++) {
printf("counter now reads {%d}", nCount);
}
i placed a break point on the printf line, and looked at the tooltip for nCount as the loop ran, stepping through with F10
with VAX enabled the tooltip was updating and showing the correct value of nCount for me. also the value in the tooltip was always the same as the value shown in the "Autos" debug window.
what IDE and version of VAX are you using? can you provide a small example that shows this effect?