On Tuesday 30 October 2001 00:34, you wrote: > Hi, > > I haven't heard anything back from developers, but I got a solution to the > problem. > > I modified the file "debug.c", and changed all the serial code to POSE > HostControl API functions. Now I can use "tail -f" to watch my debugging > messages in a terminal without the tricky serial port thing. > > The change is minimum: >
Hi While in Pose you can also use HostTraceOutputT(L) function and PalmReporter (from PalmOS site). For example: Int16 something HostTraceOutputTL(appErrorClass, "something = %d", something); Works great for me (don't forget to set tracing in Pose preferences) best regards Maciej
