I am working on a WebGL project with Javascript and I'm finding it really difficult to trace an error in my code.
In order to debug the program, I'm in need of a watchpoint checker, so that I can check when does the faulty variable data getting changed.
Currently I am using Chrome browser, which lacks this feature in development tool. Can someone suggest me some advanced developer toolkit for Javascript debugging that has got watchpoint feature?