It's the "Backtrace" option in the "Debug" tab. When your program stops on a breakpoint, using the backtrace you can see the sequence of called functions that got you in this specific code instruction. Another way to call this feature is "CallStack" if you prefer...
Yiannis.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What exactly is this feature and how is it used?
Hi.
It's the "Backtrace" option in the "Debug" tab. When your program stops on a breakpoint, using the backtrace you can see the sequence of called functions that got you in this specific code instruction. Another way to call this feature is "CallStack" if you prefer...
Yiannis.