switch from a software breakpoint to a hardware breakpoint
set a hardware breakpoint
Be aware that debugging will cause a halt on the same line of code.
Debug again to continue program execution or perform a single step to execute the code
on the breakpoint line.