When you ask the debugger to set a read or write breakpoint,
the breakpoint fires only if the address is read from or written
to by the address you specify.
If the memory is mapped to another address and modified at that
other address, then your breakpoint
Read More...