At 20:22 2002-10-24 -0700, you wrote:
The usual reason the IDE won't allow adding a breakpoint is that there is no debug information associated with a file. A second reason would be that the functions were not called, so there were stripped out the linked application, and a third reason would be that their function bodies were inlined, so there is no single memory location that maps to those line numbers. A fourth reason is that the IDE is confused about the debug info and thinks one the initial reasons is valid when it isn't. We hope reason #4 doesn't appear very often.CW 8.3, POSE 3.4. I had a problem 2-3 weeks ago with 2 functions ignoring their breakpoints, and not allowing me to set new breakpoints in them. The little dashes where you set the breakpoints on the left hand side in the debugger were not there.These weren't big functions, so I just checked their inputs. After a few days, it was working fine again.
--
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/
