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

source-debugging-on-p Function

Summary

Tests if source level debugging is on for compiled code.

Package

hcl

Signature

source-debugging-on-p => bool

Values
bool
If t, source level debugging is on.
Description

The function source-debugging-on-p returns t if source level debugging is on for compiled code; otherwise it returns nil.

See also

toggle-source-debugging


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