I am trying to debug code with Chrome Dev Tools.
I want to find the line of code when let's say x
became null.
I've started using the Watch Expression feature, which helps, but I still need click line by line to make the code slowly execute while keeping my eyes on the watched expression. I also have to decide each time whether to "step into" or "step over". I keep missing the breaking point and I have to do it all over again.
Is there a way to let the code run and automatically stop when my watched expression has changed value?