We're developing a javascript application that has been working correctly so far. However, recently, the application started to crash from time to time - most significantly on safari, but it also happens in other browsers such as Chrome. Is there any general way on how to debug such web applications that are javascript-heavy? Or do you have any suggestions where to start?
Thanks