| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: &optional pathname
This function is an extension of the Common Lisp function dribble. dribble-bug called with the optional
pathname argument calls print-system-state to print an informational
header at the top of the dribble file (and also calls the functions on
the list which is the value of *dribble-bug-hooks*
). The header will contain
information on, among other things, the lisp-implementation-type,
lisp-implementation-version, machine-type, machine-version,
software-type, software-version, short-site-name, the value of *features*
, and all loaded
patches.
If the optional argument is not provided, dribbling to the file is stopped and the file is closed. Note that nested dribbles are not supported, either with this function or dribble.
See also
*dribble-bug-hooks*
.
Copyright (c) 1998-2015, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 10.0. This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |