Re: isis debugging info

From: John E. Davis <davis_at_email.domain.hidden>
Date: Wed, 26 Aug 2009 13:58:33 -0400
rrg11_at_email.domain.hidden> Yeah, _traceback=1 is what I want!  Is there any additional
> configurability?  For example, can I just print the line number but
> not the variable space?  (I probably missed the documentation.)

Try _traceback=2.  From the docs:

_traceback

 SYNOPSIS
  Generate a traceback upon error

 USAGE
  Integer_Type _traceback

 DESCRIPTION
  `_traceback' is an intrinsic integer variable whose bitmapped value
  controls the generation of the call-stack traceback upon error.
  When set to 0, no traceback will be generated.  Otherwise its value
  is the bitwise-or of the following integers:

       1        Create a full traceback
       2        Omit local variable information
       4        Generate just one line of traceback

  The default value of this variable is 4.

 NOTES
  Running `slsh' with the `-g' option causes this variable to be
  set to 1.

 SEE ALSO
  _boseos_info
Received on Wed Aug 26 2009 - 13:58:33 EDT

This archive was generated by hypermail 2.3.0 : Fri May 02 2014 - 08:35:46 EDT