RAD Studio (Common)
ContentsIndex
PreviousUpNext
Data Breakpoint is set on a stack location

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.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!