Animate mode allows you to visually watch the Visual LISP editor execute the code for a program during runtime.
This mode allows you to see the order in which expressions are executed, and gives you a chance to see the values of variables at runtime. Execution of the program is interrupted when the Pause\Break key is pressed or when a breakpoint is encountered.
If a message box with the text ‘Set break point here?’ is displayed, click Yes or No based on if you want to set or change the location of the breakpoint.
The Animation Delay setting defines the pause between program steps, in milliseconds. 1,000 milliseconds is equal to 1 second.