In Delphi 7, during debugging, I see the current contextual local variables (Ctrl-Alt-L) and the call stack (Ctrl-Alt-S). When I move the call stack back to the methods of the caller, I do not know how to check the local variables of the caller. Is it possible?
This is my old pet. I can do this in all languages ββthat I programmed, but not in Delphi.
source share