Diagnostic Tab (General Options Dialog Box)
From AutoCAD AutoLISP & Visual LISP
On the Visual LISP Tools menu, on the Environment Options submenu, the General Options option displays the General Options dialog box. In the General Options dialog box, on the Diagnostic tab, the options control how VLISP provides information about AutoLISP syntax.
The Diagnostic tab's options are as follows:
- Report Statistics During Syntax Checking
- Print Top Level Results On Load
-
If this option is selected, top-level expressions are evaluated and printed in the Console window when the expressions are loaded.
A top-level expression is one that appears outside any other expression (for example, an expression that appears outside of defun). For example, the following call to list is a top-level expression:
Loading a file containing this code results in the following being printed in the Console window, if Print Top Level Results on Load is selected:
- Print Notification Message After Load
- Echo PRINx Output to ACAD
- Inspect Drawing Objects Verbosely
- Do Not Debug Top-Level
- Animation Delay