From Visual Studio, I'm accustomed to a call stack showing up at any breakpoint. Does Chrome have a call stack feature where I can see what functions preceded my breakpoint?
If not, is there a substitute (3rd party solution that works with Chrome?) that developers use to see what functions led to a breakpoint?
Edit: to be clear, I was expecting the call stack to appear within the javascript console in Chrome.
I don't know what version of Chrome you're using. I'm using Chromium 17 and the Javascript debugger looks like this when hitting a breakpoint (emphasis mine):