luis maldonado wrote: > how do you know you have a memory leak when you exit the app
Because I run it under POSE, and POSE tells me when I exit the app. > I have an app that crashes consistently when I tap the home > button but don't know how to debug the app or where to start... Load it in POSE or Simulator. Start your debugger (CodeWarrior 9.3 in my case). When your app crashes, control will return to the debugger on the offending line (or Simulator istelf will crash :( Luc Le Blanc -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
