找回密码
 立即注册

QQ登录

只需一步,快速开始

扫一扫,访问微社区

查看: 567|回复: 0

[其他] AutoLISP error does not produce command line list dump

[复制链接]

已领礼包: 145个

财富等级: 日进斗金

发表于 2021-1-12 01:33:17 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?立即注册

×

问题:
How can I determine in which line of AutoLISP code an error exists?

解答:
In previous versions of AutoLISP and Visual LISP (VLISP), when an AutoLISP
function terminated unexpectedly in the drawing editor, the entire expression
would display on the screen, which made it easy to locate the exact line which
contained the error.  When this situation occurs In AutoCAD 2000, locating the
error is not as easy because only a message such as "Bad argument type:
lentityp' (or stringp)" displays. The error message unfortunately does not state
in which line of code the error exists.

The change in how errors in AutoLISP code are handled is different in AutoCAD
2000 because function are no longer  lists. To locate the error in the code,
youl need to use the Visual Lisp IDE. Although it may require that you learn
about the IDE debug features, you'll find that it's a much better environment to
debug AutoLISP code than in previous releases of AutoCAD.

What you need to do to enable this facility is to perform the following steps:

1.  Open the Visual Lisp IDE at the beginning of your AutoCAD session by typing
VLISP
or VLIDE at the command line.
2.  Select the Debug menu in the IDE, and select 'Break On Error'.
3.  Load your AutoLISP code and run it.

When an error in your code occurs, you'll be put back into the Visual LISP IDE.
All you then need to do to find the line in the code that contains the error is
to select the 'Last Break' option on the Debug Toolbar, or the 'Last Break
Source' from the Debug menu.

There are many more powerful tools available to debug yourAutoLISP code using
the Visual Lisp IDE, To learn about them, refer to the Visual LISP Developer's
Guide, Chapter 3 -- Debugging Programs for more information about the IDE and
its debugging features.

论坛插件加载方法
发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;
如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】;
如何回报帮助你解决问题的坛友,一个好办法就是给对方加【D豆】,加分不会扣除自己的积分,做一个热心并受欢迎的人!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|申请友链|Archiver|手机版|小黑屋|辽公网安备|晓东CAD家园 ( 辽ICP备15016793号 )

GMT+8, 2024-4-24 12:44 , Processed in 0.153727 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表