You may leave the debugger either by taking one of the continuation options initially presented, or by explicitly specifying values to return from one of the frames on the stack.
:aDebugger command
:abort option from the various continuation options that are displayed when you enter the current level of the debugger. Debugger command
:c &optional m
:continue option. Debugger command
:ret value
values function. So to return the values 1 and 2 from the current call frame, you could type :ret (values 1 2):res
Debugger command
:res m
nil, you are prompted for new arguments. If m isnil, the original arguments to the frame are used. Debugger command