When you first start Visual LISP, the following components are displayed:
- Menu
- Toolbars
-
Click toolbar buttons to issue VLISP commands quickly. There are five toolbars—Debug, Edit, Find, Inspect, and Run—each representing a distinct functional group of VLISP commands. You can execute many, but not all, menu commands from the toolbars. If you move your mouse pointer over a toolbar button and leave it there for a couple of seconds, VLISP displays a tooltip indicating the function of the button. A more descriptive explanation appears in the status bar at the bottom of the VLISP screen.
- Console Window
-
This is a separate, scrollable window within the main VLISP window. In the Console window, you can type AutoLISP commands, similar to the way you do in the AutoCAD Command window. You can also issue many Visual LISP commands from this window, instead of using the menu or toolbars. See Understanding the Console Window for more information on the Console window.
- Status Bar
You may also see a minimized Trace window. During startup, this window contains informational messages about the current release of VLISP, and may contain additional information if VLISP encounters errors during startup.