When I try to debug the javascript code which has a lot of closures I use to put a breakpoints.
Then I go to see the stack but most of the times I just see a call stack full of anonymous functions which is a nightmare for me.
What is the best way to debug closure in javascript?
