Login | Sign Up
 





 
AutoLISP Function Detail
Name: trace

Syntax:
(trace func ...)

Description:
Name of the function is displayed each and every time the function is evaluated. This function allows for a simple method of debugging routines.

Example(s):
(trace myfunc)
MYFUNC