At 04:58 PM 9/3/2002 -0400, you wrote:
>Thanks Ben, but do you have any ideas on how I could debug this?  I mean, if
>setting a breakpoint where the problem is fixes the problem, then how am I
>supposed to see what the problem is?

Try this... since you're using V8 with the Palm OS Emulator, you have one 
watchpoint to use that will cause the debugger to stop when a variable is 
changed.  Use the default "stop on PilotMain" behavior.  At that time, 
inspect the variable (using the View/Global Variables window) and see if 
its set correctly.  If it is, right click on the variable in the debugger 
and choose "Set Watchpoint".  Now, run the app, and it will stop if the 
value is ever changed, right on the instruction that modified the memory.

-- 
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to