"Marc Campbell" <[EMAIL PROTECTED]> wrote in message news:71507@palm-dev-forum... > > I can't find anywhere this has been asked or answered before. I have been > successfully using CW7.1 for some time in Win2k. The debugger has been > working great with POSE 3.3. I have one project where the debugger no > longer stops at any of my breakpoints. It still stops at the temp > breakpoint "PalmMain", but just ignores the rest of them. Other projects > still debug fine. > > Has anyone seen this before, or can anyone point me in the right direction > to look?
Have you turned off the "debug dots" in your target? This is the column with the "bug" at the top. If those are off, no debug info will be generated for your files, and you won't be able to stop at breakpoints. You should also check the linker settings to make sure that it is still output a SYM file. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
