In Delphi 7, while debugging I can see the current context local variables (Ctrl-Alt-L), and the call stack (Ctrl-Alt-S). When I navigate the call stack back to the caller methods, I don’t know how to inspect the caller local variables. Is it possible?
This is an old pet peeve of mine. I can do it in all the languages I’ve programmed, but not in Delphi.
The feature you are looking for was added to the Win32 debugger in Delphi 2005:
In Delphi 7 the local variables view always shows the local variables for the function in which execution has broken on.