At 10:04 PM 6/21/2005, you wrote:
Often, I set a watchpoint on a global variable in CW 9.3, only to see it modified somewhere in my code without being warned by the debugger. Are there limits I should know about watchpoints (other than one single watchpoint per program)?
Between runs of your program, the watchpoint can be invalidated because the global address will change anytime globals are setup again.
-- Ben Combee, Senior Software Engineer, palmOne, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Forum Archives: http://news.palmos.com/read/all_forums/ -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
