ReadMe
debug libroot.so

This package contatins new debug versions of libroot.so
that provide additional memory checking features for developers.
The two features added are:
	MALLOC_DEBUG - a more complex version of memory checking
	LeakChecking - which can be turned on for a given app.
	
There are also two sets of documentation provided for these
new features.

Installation:
The new libroot.so can either be installed in /boot/beos/system/lib/
replacing your old libroot, or you can install it in a lib directory
in your application's directory.  There have been reports of problems
using it from your app's directory.

If you plan to install this debug version in the beos directory, we
strongly recommend that you make a safe backup of the libroot.so that
is currently in place.

Also, on x86 you will need to link your app against the new debug version
of libroot.so.LIB.  If you plan to place this version in your /boot/develop/lib/
directory then we strongly recommend that you make a back-up of the shipping
version.

As always, questions and comments can be directed to Developer Technical Support
through the on-line web form in the registered developer's area of the Be website.