On Freitag, 30. Januar 2009, Geert Vancompernolle wrote: > Hi, > > Is there any chance that in a future version of Eric, one will be able > to hoover over the variables in the source code to see the value in a > tooltip-alike way?
I think, the processing involves a lot of overhead and not all variables in the source code will be available when the program stops at a breakpoint. All variables valid at the current stop position are available via the local/global variables viewer, which are optimized to limit the data volume exchanged between debugger backend and the IDE. Regards, Detlev -- Detlev Offenbach [email protected] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
