Using the Frame Binding Window

AutoCAD AutoLISP & Visual LISP

 
Using the Frame Binding Window
 
 
 

Choose the local variables item from the Trace Stack shortcut menu to display the Frame Binding window:

The Frame Binding window displays information about the local variables in the frame. In the example shown above, the parameter names (INDEXVAL, MAXVAL) are listed, along with the values assigned to these parameters. These values were passed to the function. The parameters are listed in the order they are defined within the function.

If you right-click on an entry in the Frame Binding window, VLISP displays a shortcut menu containing the following items:

Inspect

Calls the Inspect feature for the selected value.

Print

Displays the selected value in the Console window.

Symbol

Calls the Symbol Service dialog box for the selected symbol.

Copy

Copies the selected value into the IDE global variable*obj*.

Add to Watch

Adds the selected symbol to a Watch window.