From what I can see there's no menu options to view a call-stack like I'm used to seeing in debuggers for other languages. Is this a feature that simply didn't exist in this (old) version of Delphi? Is there another way I can search for references or detect what other code within the project uses a particular function if viewing a call-stack in the debugger isn't possible?
Is it possible to view the call stack in the delphi 7 debugger?
All versions of Delphi that I can recall (I used Delphi 1) had a call stack view in the debugger. –
Enisle
Thanks! I must have overlooked the menu option since I didn't know what menu it was under. –
Bootery
If it's Delphi 7, start debugging your application and then use the View/Debug Windows/Call stack menu.
© 2022 - 2024 — McMap. All rights reserved.