stack trace fixups

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24482 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2007-02-06 09:29:30 +00:00
parent a59a1178c4
commit 109c415048
5 changed files with 58 additions and 34 deletions

View file

@ -269,6 +269,16 @@ notice and this notice are preserved.
core dump on systems where that is possible.
</p>
</desc>
<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.
</p>
</desc>
<term>GNUSTEP_STRING_ENCODING</term>
<desc>
<p>