mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
e24539d8ab
commit
018a948926
5 changed files with 107 additions and 72 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue