> Thanks. I actually solved my loop problem before reading your post, but one > last question: is there a way in CW 9.3 to have a breakpoint trigger on a > variable content, or must I put an "if ( variable == value)" in my code and > set a breakpoint on it? I never found that. I often use watchpoints on global > variables, but I notice that sometimes, they don't trigger when they should > have :(
Watchpoints require hardware support, and the only platform that had them was the Emulator, and it only supported one watchpoint at a time. Conditional breakpoints should work -- you create the breakpoint, then open the breakpoints window and edit the expression that's checked. > Ah! Ben. We need version 9.4 to fix those watchpoint and breakpoint display > problems. Sorry... Metrowerks wouldn't do another version, and I've moved on to other projects that I'm having a lot more fun working on :) -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
