On 2007-01-29, Remi Ricard <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to debug my application with the Emulator and Simulator but I > still have problem (Not able to create reliable 5-way input) so I want > to debug my application on a real device. > > I'm on windows and I'm using the prc-tools and gdb > > > Usually I'm do > m68k-palmos-gdb.exe pFuel > gdb> target pilot localhost:2000 > > For a serial Palm device I can do > palmos-gdb.exe pFuel > gdb> target pilot COM1 > > But for a USB device like the Zire31 what should I do. >
Have a look at my tcpusb bridge: http://www.v-overbeek.nl/tcpusb You can also use PODS Palm OS Debugger which supports USB debugging directly and understands prc-tools debugging information (as long as it is not multi-section). > > Remi > > P.S. If you have on how to create 5-way input on the Simulator. I'm > ready to listen. > On most Palm handheld simulators it is Alt+arrow key for up, down, left, right and Alt+Enter for select. On the Treo sims it is the numeric keypad (8, 2, 4, 6 for up, down, left, right respectively and 5 for select). Note however that some of the sims produce different keycodes than the actual devices (example: T5). HTH Ton van Overbeek -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
