rohanrhu / gdb-frontend

☕ GDBFrontend is an easy, flexible and extensible gui debugger.
https://oguzhaneroglu.com/projects/gdb-frontend/
GNU General Public License v3.0
2.83k stars 101 forks source link

RFE: step OUT #62

Open sgbeal opened 8 months ago

sgbeal commented 8 months ago

i just discovered gdb-frontend today and am severely impressed with it. One significantly missing feature, though, is "step OUT" to move out of the current function without stepping all the way through it or continuing execution until the next breakpoint.

Apparently that capability is called "finish" in gdb:

https://ftp.gnu.org/old-gnu/Manuals/gdb/html_node/gdb_37.html

Please consider adding a button for that in the UI :).

rohanrhu commented 8 months ago

Thank you for your nice words. I'll add it soon. 😊