For learning purposes I would like to use a tool to be able to watch the javascript stack as I write a trivial program with either break points or places where I program in pauses. This is a part of my attempt to become more educated about computer science. If that isn't possible then maybe a way to have snapshots of the stack at different points in the program.
I'm flailing here because I don't know what I'm talking about.
edit
Is a stack trace what I'm looking for? I just have to trigger a stack trace when I want to see the state of the stack?