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

Parents
  • In short, I meant the backtrace but I found out from the DDT GUI that there was a window with Locals, Current line and Stack Tabs which is exactly what I was looking for. Sorry to have sent this post and wasted your time reading it.

Reply
  • In short, I meant the backtrace but I found out from the DDT GUI that there was a window with Locals, Current line and Stack Tabs which is exactly what I was looking for. Sorry to have sent this post and wasted your time reading it.

Children
No data