Next: , Previous: , Up: Resuming Execution   [Contents][Index]


4.4.2.3 Finish (‘finish’)

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).