Is there a way to stop the execution of a script when a variable (say, an iterator like 'i'), changes its value?
Of course, I know you can set a breakpoint at some lines, but I would want just to set a variable, and when it changes, stop the program for debuggin.