All Manuals > LispWorks® User Guide and Reference Manual > 37 The HCL Package

*compiler-break-on-error* Variable

Summary

Controls whether compile-file handles compilation errors.

Package

hcl

Initial Value

nil

Description

If an error occurs during compilation of a form by compile-file, an error handler normally causes the compilation of that form to be skipped, and the error is reported later.

When the variable *compiler-break-on-error* is non-nil, an error during compilation by compile-file is signaled and the debugger is entered.

See also

compile-file


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35