This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to display program flow in DDT

I managed to add a breakpoint and the program breaks at that point ( it happens to be the start of a C++ function) . But I would like to understand what led the program to call that function. DDT is a debugger. There must be a way to display at which line in the source code the program counter was prior to the breakpoint (limited by buffer size of course)

Thank you in advance