> Is there any way to get a stack trace from a crashed app? That depends on what you mean by "crashed". :) If you get a fatal alert on a debug ROM, you can put the Palm in the cradle, run PalmDebugger, tell it which serial port you're using and set the baud rate to 56K, and then hit the Debug button. Then you can enter the "sc" command in the main (left) window.
> I have a crash > that is happening only when it is receiving data from the IR port. > > What should I do to debug it? The above strategy might not work in this case because the UART is in use. I'd try it anyway, but if it doesn't work, you'll have to resort to more primitive debugging techniques, such as writing to log. I've used the HotSync log for this. If you're using the Exchange Manager, you can use loopback mode to do most of your debugging in Poser or the Mac simulator. - Danny -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
