Debug improvements

This commit is contained in:
rfm 2024-06-21 16:43:50 +01:00
parent 50e1575b8d
commit d49b6a46ce
4 changed files with 34 additions and 27 deletions

View file

@ -509,11 +509,13 @@ notice and this notice are preserved.
<p>
If this is set to YES, then deallocation of an object causes
the object to be morphed into a Zombie ... a special object
which will call the GNUstep specific GSLogZombie() function
to log the method call.<br />
of class NSZombie whose -logZombie: method will call the
GNUstep specific GSLogZombie() function to log the method
call.<br />
If GNUstep-base was built for debugging (make debug=yes),
you can set a breakpoint in this function and examine the
process memory when you are running under a debugger.<br />
you can set a breakpoint in this method or function and
examine the process memory when you are running under a
debugger.<br />
As this overrides actual object deallocation, all memory
allocated for objects will be leaked unless the
NSDeallocateZombies environment variable is also set.<br />