On 2006-06-15, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm using PODS and have an app with a memory leak. Is there any way that I > can have the emulator's log file display the actual trace of the leak > instead of <Unknown @ 0x0004A0E8>, etc? I'm using a Managed Make project > and it's using the Debug configuration. Are there any other symbols that > I have to set? > > Thanks.
You have to somehow add the '-mdebug-labels' to the compiler options. See http://prc-tools.sourceforge.net/doc/prc-tools_1.html. I do not know how you do this in a managed make project. I prefer to use my own makefiles. HTH Ton van Overbeek -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
