| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 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-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |