At 17:09 2002-10-17 -0500, you wrote:
First, what version of CodeWarrior for Palm OS are you running?I've got a rather large project that I am debugging. It seems like there are some file where I cannot set breakpoints. For example, I have a EventHandler in another file and if I set breakpoints in it, CodeWarrior goes right past them without stopping. I am running the code on POSE. Does anybody know why this is happening?
Second, when you start your application, let it stop at your PilotMain routine. Open the breakpoints window, and look to see if any of the BP dots are translucent -- that indicates a breakpoint that the debugger wasn't able to set. The usual reason is that the file in which those breakpoints are set doesn't have the "Debug dot" turned on, so no debugging information is being generated, and the debugger can't map the source line to a location in memory.
To toggle the debug dot, click in the "Bug" column in the IDE's project window for your file.
It this doesn't help, and if you're using V8.3, please report this as a problem to CW tech support -- we want to make sure any breakpoint issues are solved for V9's debugger.
--
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/
