4 Debugging Tools

4.5 Miscellaneous tools

The following constructs provide information about the source code and arguments for a function, which can be useful when debugging a function:

arglist
describe
grindef
source-code

The functionarglist returns a list that describes the arguments to a function.

The function describe prints information about a specified object on the standard output.

The macro grindef prints a formatted display of the source code associated with the name of an interpreted function.

The function source-code returns the source code of an interpreted function.


The User's Guide - 9 SEP 1996

Generated with Harlequin WebMaker