It is possible that you are trying to write a software breakpoint in to a flash memory; this won't work and has a habit of putting the flash in "write mode". Reads while the flash is in write mode will return flash device control information - which often looks a little like what you are seeing. Try configuring your debugger to write hardware breakpoints, just be aware that the number of hardware breakpoints which can be concurrently set is often limited.