Turn off debug mode.
This function turns off the trace debugging aid for the selected function, which was set using trace. The last function name is returned.
Example
Code | Returns |
---|---|
(untrace fname) |
FNAME Clears trace aid for FNAME function. |
Tell me about...