To Evaluate Selected Expressions while Debugging an LSP File (AutoLISP/VS Code)
In Visual Studio Code,
start debugging an AutoLISP source (LSP) file
.
On the Activity Bar, click Debug and Run (or click View menu > Debug).
In the active editor window containing an LSP file, select the expressions to evaluate.
Right-click (or secondary click on Mac OS) and choose Debug: Evaluate to evaluate the expressions in the Debug Console.
Parent topic:
Debugging AutoLISP Files (AutoLISP/VS Code)
Related Concepts
Configuring VS Code (AutoLISP/VS Code)
Related Information
To Launch and Attach an Instance of AutoCAD to VS Code for Debugging (AutoLISP/VS Code)
To Evaluate AutoLISP Expressions in the Debug Console (AutoLISP/VS Code)