Ben Combee <[EMAIL PROTECTED]> wrote in news:99231@;palm-dev-forum:

> 
> At 20:22 2002-10-24 -0700, you wrote:
>>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.
> 
> 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.
> 

This would be #4.  The code in question was definitely being executed, and
from what I could tell, was working correctly as programmed. I use CW about
every day, and ver 8 since it came out, and have only seen this problem 
that one time.  Seems less than not very often to me.

Todd.

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

Reply via email to