Sorry I missed this, but I just noticed you are using the Simulator, not POSE. What you are experiencing is normal for the Simulator. To debug with the simulator, you must also load and run the program "gdbpanel", which you can download from http://prdownloads.sourceforge.net/prc-tools/prc-tools-samples.zip?download
Hope that helps... Dave "Tom� Walek" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi Dave, I have tried to compile this way: > -g -DDEBUG > > and it didnt help. Another good idea? > > Thanks > > > Tomas > ----- Original Message ----- > From: "Dave Lasker" <[EMAIL PROTECTED]> > Newsgroups: palm-dev-forum > To: "Palm Developer Forum" <[EMAIL PROTECTED]> > Sent: Monday, October 13, 2003 1:47 AM > Subject: Re: debugging PDA appl. > > > > Did you compile and link with the -g option??? > > > > Dave > > "Tom� Walek" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > > > > Hi Ralf, I have tried it before, but it didnt help. Another idea? It > > behaves > > > the same way - it doesnt do anything, it is just waiting for connect to > > the > > > application. > > > > > > Tomas > > > > > > ----- Original Message ----- > > > From: "Ralf Zimmermann" <[EMAIL PROTECTED]> > > > To: "Palm Developer Forum" <[EMAIL PROTECTED]> > > > Sent: Sunday, October 12, 2003 4:30 PM > > > Subject: Re: debugging PDA appl. > > > > > > > > > > In line 3), try it with "target pilot localhost:2000". > > > > I have a file named ".gdbinit" in the project directory, which > contains > > > the line "target pilot localhost:2000". > > > > This way I don't have to type this all the time by hand. > > > > > > > > Best regards, > > > > > > > > Ralf > > > > > > > > > > > > On Sunday 12 October 2003 10:34, you wrote: > > > > > Hi, I have got problem with debugging, I am trying to debug PDA > appl. > > > > > using Cygwin(m68k-palmos-gdb) debugger. > > > > > 1) I turn on POSE > > > > > 2) I call: m68k-palmos-gdb ProjektName > > > > > 3) I call: target pilot > > > > > 4) I turn on PDA appl. on the simulator > > > > > but nothing happens, it always only shows press CTRL+C to connect to > > > > > halted machine, I am unable to start debugging. I send you more info > > > > > if it will be needed, please anyone can help me? > > > > > > > > > > Thanks a lot > > > > > > > > > > Tomas > > > > > > > > > > > > -- > > > > For information on using the Palm Developer Forums, or to unsubscribe, > > > please see http://www.palmos.com/dev/support/forums/ > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > For information on using the Palm Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/support/forums/ > > > > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
