Is there any way to get line number information in the script, though? For example, if I add the following code to some place in my script: variable x; x["a"] = 0; The code compiles (i.e., evalfile() returns ok), but I get the following error: Variable Uninitialized Error a 0 Thanks, Rob On Wed, 26 Aug 2009, Michael Noble wrote: >> I poked around a bit and didn't see the obvious answer. > > One thing is to use -g when launching isis: > > % isis --help > > ISIS version 1.5.0-2; S-Lang version 2.2.0 > > ... > > Options: > > ... > > -g Compile with debugging info > > ... > > Hope This Helps, > Mike > ---- > You received this message because you are > subscribed to the isis-users list. > To unsubscribe, send a message to > isis-users-request_at_email.domain.hidden> with the first line of the message as: > unsubscribe > > ---- You received this message because you are subscribed to the isis-users list. To unsubscribe, send a message to isis-users-request_at_email.domain.hiddenwith the first line of the message as: unsubscribeReceived on Wed Aug 26 2009 - 13:35:08 EDT
This archive was generated by hypermail 2.2.0 : Wed Aug 26 2009 - 14:01:30 EDT