> I am using CW6 under Win2000. In certain projects, (1) the debugger
doesn't
> stop at any breakpoints, and (2) when the execution stops at the entry to
> the main program loop, the debugger windows shows assembler regardless of
> the fact that it is set to show "source". This has not changed with the
> recent debugger patch.

The assembly display can happen if the code is breaking in a file not
compiled with debug info.  It occurs because the debugger can't map the
address back to a source code line.  Are you sure all of your source files
have the "debug dot" set?

Not stopping at breakpoints is a problem which affects all the various
CodeWarrior debuggers.  I've had some success by shutting down CW, deleting
the debugger cache, then bringing it back up.  This fix is mainly useful if
it gets confused about what version of a file was being used.



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

Reply via email to