[EMAIL PROTECTED] wrote: > This is a new world of dev for me. Once I have downloaded the > Simulator(s), can I use them to debug code in the way the > Emulator does directly via the IDE?
Take a look at the Palm Debugger, included with PODS. There is a decent manual for it, which you'll probably need to take a look at. Basically, you start the debugger, and it waits for the simulator to start up and then connects with it. Run the _debug_ version of the simulator, with the .prc of your app resulting from the _debug_ build (set in Project->Properties->Build). I don't know about running it all through the IDE. I've never tried it because I don't care much for that style of code development. Jay Ts -- Author of Using Samba, 2nd edition Published by O'Reilly Media http://www.oreilly.com/catalog/samba2/ -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
