From: Christian P. <cp...@se...> - 2004-12-21 16:26:32
|
Am Dienstag 21 Dezember 2004 16:18 schrieb stephan beal: > Yo again, > > i'm trying to enable the tracing/debuggering features in P, but no luck. > i've defined _DEBUG, undefined NO_DEBUG and NDEBUG... what else must i > do? i've looked through the PTRACE macro, and i seem to be picking up > the TraceLogger, but no /tmp/p.... (the file TraceLogger writes) exists > after my app exits. > > Any hints? Forget the Tracing in the CVS. Infrastrucure is there and working, but no class really makes use of it. Anyway, you must configure P with "./configure --enable-debug". Your application should have defined _DEBUG to not have tracing going to nirvana. |