Instead of using PalmDebugger to do an "hd 0" command, you might also try the Palm OS 5 Simulator. It has a nice window which displays the contents of the heap, for the "rest of us" who like GUIs better than command-line interfaces. Command-line users, kindly direct your flames to /dev/null since you know how to do that :-)
On the simulator, right click and select "View", then "Heaps". Heap zero is the one your dynamic allocations come from. But using Pose's new features for leak detection might be a faster way to actually solve the problem. There are now lots of ways to find bugs like this. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
