00001 // 00002 // CxxDebug.hxx 00003 // 00004 // Copyright (c) 2008 Barry A. Scott 00005 // 00006 #ifndef __CXX_Debug_hxx 00007 #define __CXX_Debug_hxx 00008 00009 // 00010 // Functions useful when debugging PyCXX 00011 // 00012 #ifdef PYCXX_DEBUG 00013 extern void bpt(); 00014 extern void printRefCount( PyObject *obj ); 00015 #endif 00016 00017 #endif