You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 :).
The text was updated successfully, but these errors were encountered: