From: Tom D. <td...@us...> - 2002-02-02 00:40:05
|
On Friday 01 February 2002 04:33 am, John Sybalsky wrote: > I lack the knowledge to debug further, but if someone'll > tell me how to put a debugger on the device or get DB > to tell me where it's dying, I'd be happy to. You can use the DbgPrintF() subroutine to pop up messsage boxes. Also, if you run DB inside of the PalmOS Emulator, you can connect the gdb debugger to the emulator and stop in the middle of the code. |