TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: One Shot on April 25, 2005, 06:16:59 PM

Title: VLsip Editior Help
Post by: One Shot on April 25, 2005, 06:16:59 PM
When you debug in VLisp, do you input each line of lisp into the console?  How do you run the animate option for it also?

Thank you,

Brad
Title: VLsip Editior Help
Post by: daron on April 26, 2005, 07:44:12 AM
I highlight the section I want tested and select the microscope toolbar. For animate, select the option, load using the "load active window" button, then run the command in autocad. Works well sometimes and other times, it can be goofy. Also, it can be a bear on long iterations. Use it with caution.
Title: VLsip Editior Help
Post by: MP on April 26, 2005, 08:18:07 AM
Just so you know I'm not ignoring this thread I don't use the VLIDE editor. Generally speaking, breaking programs into consise, do only one thing functions lends itself to very easy debugging, so the animate thing has never been something I needed. I can see how it would be useful though, particularly in monolithic style programming. This is not a veiled shot, just my observation.

:)