-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
Feature Request
For some debugging situations, it is needed to manually change register value such as SP/LR and tried to recover callstack. Or sometimes we might load symbols after hitting breakpoint.
If I adjust sp/lr and try (bt) in DEBUG CONSOLE (GDB debugging), the call stack is shown correctly populated with new register values or symbols.
However, the "Call stack view panel is not refreshed until I do step into.
Is there a way to forcefully refresh call stack?
If not, supporting that feature can be grateful.