Trace keyword
:break form
nil, the debugger is entered directly fromtrace. If it returnsnil, tracing continues as normal. This option lets you force entry to the debugger by supplying a form as simple ast. :before forms are executed, and then form is evaluated. Trace keyword
:break-on-exit form
:break, this option allows you to enter the debugger fromtrace. It differs in that the debugger is entered after the function call is complete. :after forms are executed. Trace keyword
:backtrace backtrace
:quick Like the:bq debugger command.
t Like the:b debugger command.
:verbose Like the:b :verbose debugger command.
:bug-form Like the:bug-form debugger command.