These commands get you out of the debugger.
quitThrow to top level.
restart {n}Invokes the nth restart case as displayed by the error
command. If n is not specified, the available restart cases are
reported.
goCalls continue on the condition given to debug. If there is no
restart case named continue, then an error is signaled.
abortCalls abort on the condition given to debug. This is
useful for popping debug command loop levels or aborting to top level,
as the case may be.