Menu

#151 Feature request: jump to frame on double click.

None
accepted
debug (9)
2015-03-06
2015-02-21
No

When the debugger stops, the stack trace is visible in the CPU Window.
If a stack "line" is clicked, the corresponding source code line is selected in the editor.

As it happens in other IDEs (e.g. CodeBlocks, Visual Studio, Eclipse), it would be nice if double-clicking on a stack line in the CPU Window could move the debugger to that stack frame.
Such a thing can be achieved by sending the command "frame X" to gdb, where X is the 0-based index of the stack line, from the top.

As of now, I can already move the stack frame by manually counting the lines in the CPU Window and sending the appropriate "frame X" command to the debugger. I'm just proposing to automate this feature, because I think it would be useful.

Discussion

  • orwelldevcpp

    orwelldevcpp - 2015-03-06

    I've put it on my TODO list.

     
  • orwelldevcpp

    orwelldevcpp - 2015-03-06
    • status: open --> accepted
    • assigned_to: orwelldevcpp
    • Milestone: -->
     

Log in to post a comment.