I have a big project (more specifically LibO
). While reading the whole docs and code costs too much time, I just want to know where my code is running without setting breakpoints because I know a little about the project.
That is, I want a command that pauses the program and shows the whole calling stack. Is there anything like it?