| Author |
Message |
Eric
Guest
|
Posted:
Tue Jan 04, 2005 1:44 am Post subject:
DWGEditor & debugging LISP |
|
|
We've got LISP routines that we use with AutoCAD/MDT/Acad LT. They run
without errors in Autodesk programs. However, when we try to run them
in the DWGEditor, we get errors. AutoCAD has a debugger so you can
step through the LISP routine and locate the errors; is there an
equivalent in the DWGEditor? I can't find anything.
Thanks
Eric
|
|
| Back to top |
|
 |
P.
Guest
|
Posted:
Tue Jan 04, 2005 7:12 am Post subject:
Re: DWGEditor & debugging LISP |
|
|
Not that I think it will yield much, but have you tried this question
on your VAR?
Eric wrote:
| Quote: | We've got LISP routines that we use with AutoCAD/MDT/Acad LT. They
run
without errors in Autodesk programs. However, when we try to run
them
in the DWGEditor, we get errors. AutoCAD has a debugger so you can
step through the LISP routine and locate the errors; is there an
equivalent in the DWGEditor? I can't find anything.
Thanks
Eric |
|
|
| Back to top |
|
 |
Bert Muijtstege
Guest
|
Posted:
Wed Jan 05, 2005 8:06 am Post subject:
Re: DWGEditor & debugging LISP |
|
|
Eric,
It is odd that you run lisp on AutoCADLT...
If you use Visual Lisp or Diesel it will not work in DWGEditor.
There is not a debugging tool for DWGEditor (I think you mean the VisualLisp
debugger in AutoCAD, so I think you are using VLisp).
Only VB(A) and good old plain Lisp will work in the Editor.
Bert
"Eric" <zuercher@agmcontainer.com> schreef in bericht
news:1104785084.563720.56380@z14g2000cwz.googlegroups.com...
| Quote: | We've got LISP routines that we use with AutoCAD/MDT/Acad LT. They run
without errors in Autodesk programs. However, when we try to run them
in the DWGEditor, we get errors. AutoCAD has a debugger so you can
step through the LISP routine and locate the errors; is there an
equivalent in the DWGEditor? I can't find anything.
Thanks
Eric
|
|
|
| Back to top |
|
 |
|
|
|
|