First time here? Check out the FAQ!

cutlass1972's profile - activity

2020-03-09 21:39:05 -0500 received badge Popular Question (source)
2020-03-09 21:39:05 -0500 received badge Notable Question (source)
2020-02-28 08:34:20 -0500 marked best answer 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?

2020-02-26 21:05:52 -0500 received badge Student (source)
2020-02-26 21:00:30 -0500 asked a question Is there a way in the wing debugger to say "if a variable ever != 0 break"

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 w