I am using vsCode and I would like to know if it is possible to stop the debugger when the value of a variable changes.
I am analyzing code that I have not written and would like see where a certain boolean variable gets changed from false to true.
Is this possible?