Author Topic: Switching Auto stacks in debugger appears to be off by one  (Read 1926 times)

b

  • Senior Community Member
  • Posts: 325
  • Hero Points: 26
Switching Auto stacks in debugger appears to be off by one
« on: August 09, 2018, 01:18:30 AM »
I have a remote target debug using SE's native gdb to connect to remote target.
If I try to change the stack via the Autos window, it may change the editor focus to the correct stack location, but the auto stack will be off by one.  That is, I can't force it to go the correct stack via the Autos window.  See attached images.  The first shows the starting location.  Then what is selected (_on_reset).  The final result shows that although the source correctly refocused to the requested function, the autos stack is now pointing to _startup, which is one off from what was requested.   The only way I was able to get it to the correct stack was to double click the method in the call stack window.

Also, it didn't matter if I selected it with mouse, or if I used keys to select the entry and then press enter in the pull down.
« Last Edit: August 09, 2018, 01:20:51 AM by b »