Improve stack trace code.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25681 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2007-12-05 16:13:24 +00:00
parent 2c6116a125
commit 26a8bdec67
5 changed files with 107 additions and 72 deletions

View file

@ -272,11 +272,9 @@ notice and this notice are preserved.
<term>GNUSTEP_STACK_TRACE</term>
<desc>
<p>
When this is set to <em>YES</em> a stack trace is placed in
the user information dictionary of the NSException object
created when an exception is raised. The trace is keyed
on <code>GSStackTraceKey</code> and provides additional
information to let you know where the exception occurred.
When this is set to <em>YES</em> a stack trace is
added to the output of the description method of
a raised exception object.
</p>
</desc>
<term>GNUSTEP_STRING_ENCODING</term>