| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: &body body
Returns the result of the evaluation of
the body form. Prior to evaluation, the
breakpoint set is installed, and they are then uninstalled after body
completion. Breakpoints are added, for example, with add-breakpoint. See also the top-level
command :ldb. Using this macro is
equivalent to calling :ldb
t
, evaluating body, and then calling :ldb
nil
.
See The Lisp DeBug (ldb) stepper in debugging.htm.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |