Next: Skip, Previous: Next, Up: Resuming Execution [Contents][Index]
finish
Continue running until just after function returns. Currently,
the line shown on a return is the function header, unless the
return
builtin function is executed in which case it is the
line number of the return
function.
Contrast this with the return
command (see Returning from a function) and the quit
(see Quitting the BASH debugger).