Data Breakpoint is set on a stack location
Go Up to Error Messages Index
Stack memory is volatile and changes a lot. When a data breakpoint is set on an address in the stack, the breakpoint might be hit quite often, each time something is pushed on or popped off the stack.
You can still set this breakpoint, but be aware that it might get hit so often that the application cannot run properly.