On Wed, 18 Jan 2006, Alec Flett wrote:
Debug is generally only for debugging some of the C++ libraries, like wx. I've been working at OSAF for a year now and I haven't done a debug build in over 8 months.. I've gotten by just fine. I think this might be worth mentioning.
The Debug also runs python with Py_DEBUG which tracks and validates memory which would be useful for debugging C Python API calls and memory leaks. At some point, the latter is going to become relevant, no ?
Andi.. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Open Source Applications Foundation "Dev" mailing list http://lists.osafoundation.org/mailman/listinfo/dev
