procedure foo;
var a : longint;
procedure bar;
var b : longint;
begin
writeln (a);
end;Given the above, is there a way to make the "Locals" window display the value of "a" while stepping through the code in proc "bar"? Thanks, David -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
