Does Chrome have a built-in Call Stack?

Danny picture Danny · May 26, 2012 · Viewed 31.7k times · Source

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.

Answer

Niklas B. picture Niklas B. · May 26, 2012

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): Chromium call stack