Is there a way in the wing debugger to say "if a variable ever != 0 break"
I have a series of tests that are performed within one script. I can go through each test and put conditional breakpoints, but that is a bit time consuming. Is there a way to say if that variable ever != 0 break?
Comments