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
Right click on the Breakpoint and select Breakpoint properties.
Breakpoint properties
In the opening screen, choose: Conditional -> Suspend when value changes
Conditional -> Suspend when value changes