-
Notifications
You must be signed in to change notification settings - Fork 16
show_stack
Scott C Gray edited this page Feb 26, 2017
·
2 revisions
show_stack - Controls whether or not stack traces are display from exceptions
Note: this variable has been depricated. You should use ${ex_detail} now
to control the level of detail in exceptions.
The ${show_stack} boolean variable controls whether or not exceptions
thrown during the execution of a command (such as \go) will display
just the text of the exception or the full stack trace. The default
is false, limiting the output to just the text of the exception.
This is typically only set to true if you need to debug a problem within
a driver or possibly a specific command.
Currently not all places that deal with exceptions in jsqsh honor this setting.
show_exclass