Bug #10774 2007-03-29 14:37

jascha

missing select-frame command when selecting backtrace entry

When double-clicking an entry in the backtrace, in addition to having the editor jump to the source location, the frame corresponding to that location should be selected, such that local variables and arguments of that function can be evaluated.

For GDB the command "select-frame <frame_number>" does this. The frame number is the same as the zero-based list index of the backtrace entry.

Category
Debugger
Group
 
Status
Closed
Close date
2007-07-03 08:57
Assigned to
 
mandrav 2007-07-03 08:57

Right-click instead of double-clicking and choose "Switch to frame".