Author Topic: need help on debugging error  (Read 1459 times)

0 Members and 1 Guest are viewing this topic.

RAIN CODE

  • Guest
need help on debugging error
« on: July 29, 2012, 11:38:59 PM »
Hi,

The autolisp editor isnt as good as others languages such as Qbasic. When autolisp have an error its just say there is an error but dont highlight the line which causes the error like in Qbasic.  :oops:

Is there any way that Lisp can do that, make it go to the line where the error is. It will be so much easier to debug programs, especially it is a long program.

Thanks.

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

RAIN CODE

  • Guest
Re: need help on debugging error
« Reply #2 on: July 31, 2012, 11:41:06 PM »


This will make finding the bugs more easier.

Thanks CAB.