I would like to know if there is any configuration option or something to do debug on an object when it is being modified, I do not mean an object created by the user since that is easy to encapsulate the properties, I mean for example if the text of a label is modified during the execution of the program that stops the execution in the code line where this occurs. P.D: I know that it is possibly not a question of code but I think that if there is a positive answer it can also be interesting for other people, that's why I ask it here.