> fwiw, the Help:Debugger "Set WatchPoint" says it is (see below), but
> attempts to do so on NT4 are rebuffed with a "not supported on this
> configuration" error message.

That is the generic CodeWarrior help, not customized for the Palm.  Doing
watchpoints directly on the Palm device isn't possible, since the Dragonball
hardware can't detect the memory writes, interrupt itself, and notify the
debugger.

However, you can do a single watchpoint manually using POSE:

1) find out the address of the variable in which you're interested
2) go to settings/breakpoints...
3) enable data breakpoint, and set the start and end address to the start
and end of the data item you want to watch for modification.



-- 
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