In the debugger's "Control Points" dialog, on the "Watchpoints" tab, what is the syntax for specifying "Condition"?
I want to halt execution when a memory location (not associated with any variable) is written with a particular value.
Eg, halt when the 2-byte value at address 0x1234 is written with the value 0x55AA.