when developing C++ with VS you have this amazing feature of data breakpoints, which trigger when the data at a certain address in memory changes.
is there a similar
Using the Variable view:
Note that the performance is probably not as good as with a memory hardware breakpoint (like in VC++ for example).