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
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.