Lisp HUG Maillist Archive

RE: How to jump to toplevel ?

RE: How to jump to toplevel ?

davef@xanalys.com [mailto:davef@xanalys.com] wrote
>
>If you have the editor source code then it's not too hard to construct
>this more direct alternative:
>
>(editor:defcommand "Debugger Top" (p)
>     "Abort to the top level."
>     "Top."
>  (declare (ignore p))
>  (editor::execute-listener-command
>   'editor::execute-debugger-option
>   ''dbg::abort-to-top-level))
>
Exactly what im looking for. Thank you very much.

Regards
AHz

Updated at: 2020-12-10 08:58 UTC