This is a common problem:
5 $digest() iterations reached. Aborting!
Watchers fired in the last 5 iterations: []
The documentation (https://docs.angularjs.org/error/$rootScope/infdig) explains what NOT to do to avoid the situation.
However, once in a while, you end up in the situation anyway. And for a project larger than a toy app, finding the cause of the infinite digest loop can be really hard.
I'm looking for debugging hints on how I can find out where the code is located which causes the loop.